Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.21 KB

File metadata and controls

30 lines (21 loc) · 1.21 KB

MailV1WebhooksWebhookMailboxResource

Properties

Name Type Description Notes
id str [optional]
address str [optional]

Example

from hostinger_api.models.mail_v1_webhooks_webhook_mailbox_resource import MailV1WebhooksWebhookMailboxResource

# TODO update the JSON string below
json = "{}"
# create an instance of MailV1WebhooksWebhookMailboxResource from a JSON string
mail_v1_webhooks_webhook_mailbox_resource_instance = MailV1WebhooksWebhookMailboxResource.from_json(json)
# print the JSON string representation of the object
print(MailV1WebhooksWebhookMailboxResource.to_json())

# convert the object into a dict
mail_v1_webhooks_webhook_mailbox_resource_dict = mail_v1_webhooks_webhook_mailbox_resource_instance.to_dict()
# create an instance of MailV1WebhooksWebhookMailboxResource from a dict
mail_v1_webhooks_webhook_mailbox_resource_from_dict = MailV1WebhooksWebhookMailboxResource.from_dict(mail_v1_webhooks_webhook_mailbox_resource_dict)

[Back to Model list] [Back to API list] [Back to README]