models_v2.root_public_folder_param module¶
-
class
models_v2.root_public_folder_param.
RootPublicFolderParam
(recover_object=None, recover_entire_root_public_folder=None, recover_folders=None)[source]¶ Bases:
object
Implementation of the ‘RootPublicFolderParam’ model.
Specifies parameters to recover a RootPublicFolder.
- Attributes:
- recover_object (RecoverObject): Specifies the RootPublicFolder recover
Object info.
- recover_entire_root_public_folder (bool): Specifies whether to recover
the whole RootPublicFolder.
- recover_folders (list of PublicFolder): Specifies a list of Public
Folders to recover. This field is applicable only if ‘recoverEntireRootPublicFolder’ is false.
-
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.