View Source ExNylas.WebhookNotification.MessageBounceDetected (ExNylas v0.9.0)
A struct representing a bounce detected webhook notification.
Summary
Types
@type t() :: %ExNylas.WebhookNotification.MessageBounceDetected{ bounce_date: String.t() | nil, bounce_reason: String.t() | nil, bounced_address: String.t() | nil, code: String.t() | nil, grant_id: String.t() | nil, origin: ExNylas.WebhookNotification.MessageBounceDetected.Origin.t() | nil, type: String.t() | nil }