models.no_sql_restore_object module¶
- 
class 
models.no_sql_restore_object.NoSqlRestoreObject(object_restore_properties_map=None, object_uuid=None, rename=None)[source]¶ Bases:
objectImplementation of the ‘NoSqlRestoreObject’ model.
TODO: Type model description here.
- Attributes:
 - object_restore_properties_map (list of
 NoSqlRestoreObject_ObjectRestorePropertiesMapEntry): Key-Value pair for properties to apply on restore object.
object_uuid (string): Uuid of the object to be restored. rename (string): The new name of the object after restore.
- 
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.