models.uda_restore_object module¶
-
class
models.uda_restore_object.
UdaRestoreObject
(object_name=None, object_uuid=None, restore_params=None)[source]¶ Bases:
object
Implementation of the ‘UdaRestoreObject’ model.
- Attributes:
object_name (string): The original name of the object to be restored. object_uuid (string): The UUID of the object to be restored. restore_params (UdaRestoreObjectParams): The specific params related
to the object to be restored.
-
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.