models.restore_outlook_params_folder module

class models.restore_outlook_params_folder.RestoreOutlookParamsFolder(folder_id=None, folder_key=None, is_entire_folder_required=None, item_id_vec=None)[source]

Bases: object

Implementation of the ‘RestoreOutlookParams_Folder’ model.

This will be set in case of partial mailbox recovery.

Attributes:

folder_id (string): The Unique ID of the folder. folder_key (long|int): The Unique key of the folder. is_entire_folder_required (bool): Specify if the entire folder is to

be restored.

item_id_vec (list of string): If is_entire_folder_required is set to

false, user 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.