models.restore_o_365_public_folders_params_root_public_folder module

class models.restore_o_365_public_folders_params_root_public_folder.RestoreO365PublicFoldersParams_RootPublicFolder(folder_vec=None, is_entire_root_folder_required=None, object=None)[source]

Bases: object

Implementation of the ‘RestoreO365PublicFoldersParams_RootPublicFolder’ model.

Attributes:
folder_vec (list of RestoreO365PublicFoldersParams_PublicFolder): If

is_entire_folder_required is set to false, user will then specify which particular sub-folders are to be restored.

is_entire_root_folder_required (bool): Specify if the entire Root

Public Folder including the sub-folders is to be restored.

object (RestoreObject): This will store the details of the Root Public

Folder to be restored.

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.