models.backup_run_id module¶
-
class
models.backup_run_id.
BackupRunId
(job_uid=None, run_start_time_usecs=None)[source]¶ Bases:
object
Implementation of the ‘BackupRunId’ model.
This captures information about identifying a backup run.
- Attributes:
job_uid (UniversalIdProto): UID of the job. run_start_time_usecs (long|int): Start time of the backup run.
-
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.