models.update_protection_jobs_state module

class models.update_protection_jobs_state.UpdateProtectionJobsState(failed_job_ids=None, successful_job_ids=None)[source]

Bases: object

Implementation of the ‘UpdateProtectionJobsState’ model.

TODO: type model description here.

Attributes:
failed_job_ids (list of long|int): Specifies a list of Protection Job

ids for which updation of state failed.

successful_job_ids (list of long|int): Specifies a list of Protection

Job ids for which updation of state is successful.

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.