models.root_public_folder module¶
- 
class 
models.root_public_folder.RootPublicFolder(public_folder_list=None, restore_entire_root_public_folder=None, root_public_folder_object=None)[source]¶ Bases:
objectImplementation of the ‘RootPublicFolder’ model.
Specifies the RootPublicFolder with restore details to support full or partial recovery.
- Attributes:
 - public_folder_list (list of PublicFolder): Specifies the list of Public
 Folders to be restored incase user wishes not to restore entire RootPublicFolder.
restore_entire_root_public_folder (bool): Notification list. root_public_folder_object (RestoreObjectDetails): Specifies the details
of the RootPublicFolder object.
- 
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.