models_v2.mailbox_param module

class models_v2.mailbox_param.MailboxParam(recover_entire_mailbox=None, recover_folders=None)[source]

Bases: object

Implementation of the ‘MailboxParam’ model.

Specifies parameters to recover a Mailbox.

Attributes:
recover_entire_mailbox (bool): Specifies whether to recover the whole

Mailbox.

recover_folders (list of FolderItem): Specifies a list of email

folders to recover.

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.