MailSlurpAPI.Model.WebhookResultEntity (mailslurp v12.4.0)
Link to this section Summary
Link to this section Types
Specs
t() :: %MailSlurpAPI.Model.WebhookResultEntity{
createdAt: DateTime.t(),
httpMethod: String.t(),
id: String.t() | nil,
inboxId: String.t(),
messageId: String.t(),
responseBodyExtract: String.t() | nil,
responseStatus: integer() | nil,
responseTimeMillis: integer(),
updatedAt: DateTime.t(),
userId: String.t(),
webhookEvent: String.t(),
webhookId: String.t(),
webhookUrl: String.t()
}