View Source ExNylas.WebhookNotification (ExNylas v0.9.0)
A struct representing an inbound webhook notification.
Summary
Types
@type t() :: %ExNylas.WebhookNotification{ data: ExNylas.WebhookNotificationData.t() | nil, id: String.t(), source: String.t(), specversion: String.t(), time: non_neg_integer(), type: String.t(), webhook_delivery_attempt: non_neg_integer() }