models_v2.protected_object_pause_action_params module¶
-
class
models_v2.protected_object_pause_action_params.
ProtectedObjectPauseActionParams
(objects=None)[source]¶ Bases:
object
Implementation of the ‘ProtectedObjectPauseActionParams’ model.
Specifies the request parameters for Pause action on Protected objects.
- Attributes:
- objects (list of ProtectionObjectInput): Specifies the list of objects
to perform an action. If provided object id is not explicitly protected by object protection, then given action will not be performed on that.
-
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.