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