models.delete_protection_job_param module¶
-
class
models.delete_protection_job_param.
DeleteProtectionJobParam
(delete_snapshots=None)[source]¶ Bases:
object
Implementation of the ‘DeleteProtectionJobParam’ model.
DeleteProtectionJobParam is the struct for deleting a protection job.
- Attributes:
- delete_snapshots (bool): Specifies if Snapshots generated by the
Protection Job should also be deleted when the Job is deleted.
-
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.