models.restore_o_365_public_folders_params_public_folder module¶
-
class
models.restore_o_365_public_folders_params_public_folder.
RestoreO365PublicFoldersParams_PublicFolder
(absolute_folder_path=None, folder_id=None, is_entire_folder_required=None, item_id_vec=None)[source]¶ Bases:
object
Implementation of the ‘RestoreO365PublicFoldersParams_PublicFolder’ model.
Proto to capture the restore details of a Public Folder
- Attributes:
absolute_folder_path (string): The absolute path of the folder. folder_id (string): The Unique ID of the folder. is_entire_folder_required (bool): Specify if the entire Public Folder
is to be restored.
- item_id_vec (list of string): If is_entire_folder_required is set to
false, users will then specify which particular items are 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.