models_v2.common_objects_action_params module¶
- 
class 
models_v2.common_objects_action_params.CommonObjectsActionParams(object_map=None)[source]¶ Bases:
objectImplementation of the ‘CommonObjectsActionParams’ model.
Specifies the comon action params needed for performing bulk actions on list of objects.
- Attributes:
 - object_map (list of ActionObjectMapping): Specifies the objectMap that
 will be used to perform bulk actions such as linking and unlinking.
- 
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.