models_v2.action_object_mapping module

class models_v2.action_object_mapping.ActionObjectMapping(source_object_id=None, destination_object_id=None)[source]

Bases: object

Implementation of the ‘ActionObjectMapping’ model.

Specifies the object paring for performing action on list of objects.

Attributes:

source_object_id (long|int): Specifies the source object id. destination_object_id (long|int): Specifies the destination object

id.

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.