MailSlurpAPI.Model.WebhookRedriveResult (mailslurp v15.17.22)

Result of retrying webhook

Summary

Types

@type t() :: %MailSlurpAPI.Model.WebhookRedriveResult{
  message: String.t() | nil,
  success: boolean(),
  webhookResultId: String.t()
}