models_v2.download_file_and_folder_params module¶
-
class
models_v2.download_file_and_folder_params.
DownloadFileAndFolderParams
(files_and_folders=None, download_file_path=None)[source]¶ Bases:
object
Implementation of the ‘Download File And Folder Params’ model.
Specifies the parameters to download files and folders.
- Attributes:
- files_and_folders (list of CommonFileAndFolderInfo): Specifies the
info about the files and folders to be recovered.
- download_file_path (string): Specifies the path location to download
the 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.