You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Что делать с письмами, которые попадают в спам. \ Параметры: \ `directory` - переместить в папку спам; \ `label` - пометить письмо; \ Если передан параметр `filter_status`: `false`, то значение передавать нельзя
[optional]
Example
fromtimeweb_cloud_api.models.create_domain_mailbox_v2_requestimportCreateDomainMailboxV2Request# TODO update the JSON string belowjson="{}"# create an instance of CreateDomainMailboxV2Request from a JSON stringcreate_domain_mailbox_v2_request_instance=CreateDomainMailboxV2Request.from_json(json)
# print the JSON string representation of the objectprintCreateDomainMailboxV2Request.to_json()
# convert the object into a dictcreate_domain_mailbox_v2_request_dict=create_domain_mailbox_v2_request_instance.to_dict()
# create an instance of CreateDomainMailboxV2Request from a dictcreate_domain_mailbox_v2_request_form_dict=create_domain_mailbox_v2_request.from_dict(create_domain_mailbox_v2_request_dict)