models.backup_task_info module¶
-
class
models.backup_task_info.
BackupTaskInfo
(instance_id=None, name=None, start_time_usecs=None, task_id=None)[source]¶ Bases:
object
Implementation of the ‘BackupTaskInfo’ model.
TODO: type model description here.
- Attributes:
instance_id (string): Id of that particular instance name (string): Name of the recovery task. start_time_usecs (string): Denotes the start time of the backuptask,
needed for deeplinking.
task_id (string): Id of the recovery task.
-
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.