models_v2.recover_view_environment_params module¶
-
class
models_v2.recover_view_environment_params.
RecoverViewEnvironmentParams
(recovery_action='DownloadFilesAndFolders', objects=None, download_file_and_folder_params=None)[source]¶ Bases:
object
Implementation of the ‘Recover View environment params.’ model.
Specifies the recovery options specific to View environment.
- Attributes:
- objects (list of CommonRecoverObjectSnapshotParams): Specifies the
list of recover Object parameters.
- recovery_action (string): Specifies the type of recovery action to be
performed.
- download_file_and_folder_params (DownloadFileAndFolderParams):
Specifies the parameters to download files and folders.
-
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.