models_v2.recover_public_folders_params module¶
-
class
models_v2.recover_public_folders_params.
RecoverPublicFoldersParams
(root_public_folders=None, target_root_public_folder=None, target_folder_path=None, continue_on_error=None)[source]¶ Bases:
object
Implementation of the ‘RecoverPublicFoldersParams’ model.
Specifies the parameters to recover Office 365 Public Folders.
- Attributes:
- root_public_folders (list of RootPublicFolderParam): Specifies a list
of RootPublicFolder params associated with the objects to recover.
- target_root_public_folder (TargetRootPublicFolder): Specifies the
target RootPublicFolder to recover to. If not specified, the objects will be recovered to original location.
target_folder_path (string): Specifies the path to the target folder. continue_on_error (bool): Specifies whether to continue recovering
other Public Folders if one of Public Folder failed to recover. Default value 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.