models.app_owner_restore_info module¶
- 
class 
models.app_owner_restore_info.AppOwnerRestoreInfo(owner_object=None, owner_restore_params=None, perform_restore=None)[source]¶ Bases:
objectImplementation of the ‘AppOwnerRestoreInfo’ model.
TODO: type model description here.
- Attributes:
 owner_object (RestoreObject): TODO: type description here. owner_restore_params (RestoreObjectParams): TODO: type description
here.
- perform_restore (bool): If this is set to true, then the owner object
 needs to be restored. The restore options that follow only apply if this field is set to true. If this field is not set, then the application objects will be restored to the original owner from where they were backed up.
- 
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.