models_v2.o_365_search_emails_request_params module

class models_v2.o_365_search_emails_request_params.O365SearchEmailsRequestParams(domain_ids=None, mailbox_ids=None)[source]

Bases: object

Implementation of the ‘O365 Search Emails Request Params’ model.

Specifies email search request params specific to O365 environment.

Attributes:
domain_ids (list of long|int): Specifies the domain Ids in which

mailboxes are registered.

mailbox_ids (list of long|int): Specifies the mailbox Ids which

contains the emails/folders.

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.