models_v2.update_protection_group_run_request_body module¶
-
class
models_v2.update_protection_group_run_request_body.
UpdateProtectionGroupRunRequestBody
(update_protection_group_run_params=None)[source]¶ Bases:
object
Implementation of the ‘Update Protection Group Run Request Body.’ model.
Specifies the params to update a list of Protection Group Runs.
- Attributes:
- update_protection_group_run_params (list of
UpdateProtectionGroupRunRequestParams): TODO: type description here.
-
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.