models_v2.download_files_and_folders_recovery_params_1 module

class models_v2.download_files_and_folders_recovery_params_1.DownloadFilesAndFoldersRecoveryParams1(name=None, object=None, files_and_folders=None)[source]

Bases: object

Implementation of the ‘Download Files And Folders Recovery Params.1’ model.

Specifies the parameters to create a download files and folders Recovery.

Attributes:
name (string): Specifies the name of the recovery task. This field

must be set and must be a unique name.

object (CommonRecoverObjectSnapshotParams): Specifies the common

snapshot parameters for a protected object.

files_and_folders (list of FilesAndFoldersObject): Specifies the list

of files and folders to download.

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.