models.run_uid module¶
- 
class models.run_uid.RunUid(job_uid=None, start_time_usecs=None)[source]¶
- Bases: - object- Implementation of the ‘RunUid’ model. - Specifies the universal id of the latest successful Protection Job Run. - Attributes:
- job_uid (UniversalId): Specifies the universal id of the Protection
- Job. 
- start_time_usecs (long|int): Specifies the start time of the
- Protection Job 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.