models_v2.snapshot_run_information_for_an_object module¶
-
class
models_v2.snapshot_run_information_for_an_object.
SnapshotRunInformationForAnObject
(snapshot_info=None, failed_attempts=None)[source]¶ Bases:
object
Implementation of the ‘Snapshot run information for an object.’ model.
Specifies information about backup run for an object.
- Attributes:
- snapshot_info (SnapshotInformationForAnObject): Snapshot info for an
object.
- failed_attempts (list of AttemptInformationForAnObject): Failed backup
attempts for an object.
-
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.