models.clone_app_view_info_proto module¶
-
class
models.clone_app_view_info_proto.
CloneAppViewInfoProto
(oracle_app_view_restore_info=None)[source]¶ Bases:
object
Implementation of the ‘CloneAppViewInfoProto’ model.
This message encapsulates the information of Clone operation of backup view of an App.
- Attributes:
- oracle_app_view_restore_info (CloneAppViewInfoOracle): This message
encapsulates backup view Clone operation information of a Oracle DB.
-
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.