models_v2.update_protection_group_run_response_body module

class models_v2.update_protection_group_run_response_body.UpdateProtectionGroupRunResponseBody(successful_run_ids=None, failed_runs=None)[source]

Bases: object

Implementation of the ‘Update Protection Group Run Response Body.’ model.

Specifies the response of update Protection Group Runs request.

Attributes:
successful_run_ids (list of string): Specifies a list of ids of

Protection Group Runs that are successfully updated.

failed_runs (list of FailedRunDetails): Specifies a list of ids of

Protection Group Runs that failed to update along with error details.

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.