models.public_folders_restore_parameters module

class models.public_folders_restore_parameters.PublicFoldersRestoreParameters(root_public_folder_list=None, target_folder_path=None, target_root_public_folder=None)[source]

Bases: object

Implementation of the ‘PublicFoldersRestoreParameters’ model.

Specifies information needed for recovering O365 Public Folders in O365Publicfolders environment.

Attributes:
root_public_folder_list (list of RootPublicFolder): Specifies the list of Public Folders

to be restored.

target_folder_path (string): Specifies the target folder path to restore

the Public Folders.

target_root_public_folder (ProtectionSource): Specifies the destination Public

Folder where the Public Folders specified within RootPublicFolders will be restored with their appropriate paths. Unread Notification Count.

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.