models.perform_restore_job_state_proto_restore_task module

class models.perform_restore_job_state_proto_restore_task.PerformRestoreJobStateProtoRestoreTask(object=None, object_progress_monitor_task_path=None, task_id=None)[source]

Bases: object

Implementation of the ‘PerformRestoreJobStateProto_RestoreTask’ model.

Information of the object being restored along with the info of the task tracking the restore of that object.

Attributes:

object (RestoreObject): TODO: type description here. object_progress_monitor_task_path (string): The relative task path of

the progress monitor for the restore of the above ‘object’. Please note that this field will be set only after progress monitor is created for this restore job.

task_id (long|int): Id of the task tracking the restore of the above

‘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.