models.restore_outlook_params_mailbox module¶
-
class
models.restore_outlook_params_mailbox.
RestoreOutlookParamsMailbox
(folder_vec=None, is_entire_mailbox_required=None, object=None)[source]¶ Bases:
object
Implementation of the ‘RestoreOutlookParams_Mailbox’ model.
TODO: type model description here.
- Attributes:
- folder_vec (list of RestoreOutlookParamsFolder): If
is_entire_mailbox_required is set to false, user will then specify which particular folders are to be restored.
- is_entire_mailbox_required (bool): Specify if the entire mailbox is to
be restored.
object (RestoreObject): TODO: type description here.
-
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.