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
Whether the mailbox address has confirmed the catch-all
[optional]
created_at
datetime
[optional]
updated_at
datetime
[optional]
Example
fromhostinger_api.models.mail_v1_catchalls_catchall_resourceimportMailV1CatchallsCatchallResource# TODO update the JSON string belowjson="{}"# create an instance of MailV1CatchallsCatchallResource from a JSON stringmail_v1_catchalls_catchall_resource_instance=MailV1CatchallsCatchallResource.from_json(json)
# print the JSON string representation of the objectprint(MailV1CatchallsCatchallResource.to_json())
# convert the object into a dictmail_v1_catchalls_catchall_resource_dict=mail_v1_catchalls_catchall_resource_instance.to_dict()
# create an instance of MailV1CatchallsCatchallResource from a dictmail_v1_catchalls_catchall_resource_from_dict=MailV1CatchallsCatchallResource.from_dict(mail_v1_catchalls_catchall_resource_dict)