MailSlurpAPI.Model.WebhookResultDto (mailslurp v15.17.22)

Result of a webhook notification

Summary

Types

@type t() :: %MailSlurpAPI.Model.WebhookResultDto{
  createdAt: DateTime.t(),
  httpMethod: String.t(),
  id: String.t() | nil,
  inboxId: String.t() | nil,
  messageId: String.t(),
  redriveId: String.t() | nil,
  responseBodyExtract: String.t() | nil,
  responseStatus: integer() | nil,
  responseTimeMillis: integer(),
  resultType: String.t() | nil,
  seen: boolean(),
  updatedAt: DateTime.t(),
  userId: String.t(),
  webhookEvent: String.t(),
  webhookId: String.t(),
  webhookUrl: String.t()
}