models_v2.recover_uda_object_params module¶
-
class
models_v2.recover_uda_object_params.
RecoverUdaObjectParams
(object_name=None, overwrite=None, rename_to=None)[source]¶ Bases:
object
Implementation of the ‘RecoverUdaObjectParams’ model.
Specifies details of objects to be recovered.
- Attributes:
- object_name (string): Specifies the fully qualified name of the object
to be restored.
- overwrite (bool): Set to true to overwrite an existing object at the
destination. If set to false, and the same object exists at the destination, then recovery will fail for that object.
- rename_to (string): Specifies the new name to which the object should
be renamed to after the recovery.
-
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.