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
Error message returned by the webhook endpoint in case of failure
[optional]
Example
fromhostinger_api.models.mail_v1_webhooks_webhook_test_result_resourceimportMailV1WebhooksWebhookTestResultResource# TODO update the JSON string belowjson="{}"# create an instance of MailV1WebhooksWebhookTestResultResource from a JSON stringmail_v1_webhooks_webhook_test_result_resource_instance=MailV1WebhooksWebhookTestResultResource.from_json(json)
# print the JSON string representation of the objectprint(MailV1WebhooksWebhookTestResultResource.to_json())
# convert the object into a dictmail_v1_webhooks_webhook_test_result_resource_dict=mail_v1_webhooks_webhook_test_result_resource_instance.to_dict()
# create an instance of MailV1WebhooksWebhookTestResultResource from a dictmail_v1_webhooks_webhook_test_result_resource_from_dict=MailV1WebhooksWebhookTestResultResource.from_dict(mail_v1_webhooks_webhook_test_result_resource_dict)