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
True when the session deleted, expunged or trashed messages
[optional]
Example
fromhostinger_api.models.mail_v1_logs_access_access_log_resourceimportMailV1LogsAccessAccessLogResource# TODO update the JSON string belowjson="{}"# create an instance of MailV1LogsAccessAccessLogResource from a JSON stringmail_v1_logs_access_access_log_resource_instance=MailV1LogsAccessAccessLogResource.from_json(json)
# print the JSON string representation of the objectprint(MailV1LogsAccessAccessLogResource.to_json())
# convert the object into a dictmail_v1_logs_access_access_log_resource_dict=mail_v1_logs_access_access_log_resource_instance.to_dict()
# create an instance of MailV1LogsAccessAccessLogResource from a dictmail_v1_logs_access_access_log_resource_from_dict=MailV1LogsAccessAccessLogResource.from_dict(mail_v1_logs_access_access_log_resource_dict)