models_v2.object_mailbox_param module¶
-
class
models_v2.object_mailbox_param.
ObjectMailboxParam
(owner_info=None, mailbox_params=None)[source]¶ Bases:
object
Implementation of the ‘ObjectMailboxParam’ model.
Specifies Mailbox recovery parameters associated with a user.
- Attributes:
owner_info (OwnerInfo1): Specifies the Mailbox owner info. mailbox_params (MailboxParam): Specifies parameters to recover a
Mailbox.
-
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.