MailSlurpAPI.Model.WebhookProjection (mailslurp v15.13.16)
Representation of a webhook
Link to this section Summary
Link to this section Types
@type t() :: %MailSlurpAPI.Model.WebhookProjection{ createdAt: DateTime.t(), eventName: String.t() | nil, id: String.t(), inboxId: String.t() | nil, name: String.t() | nil, phoneNumberId: String.t() | nil, updatedAt: DateTime.t(), url: String.t() }