MailSlurpAPI.Model.WebhookNewAttachmentPayload (mailslurp v12.1.3333)

NEW_ATTACHMENT webhook payload

Link to this section Summary

Link to this section Types

Specs

t() :: %MailSlurpAPI.Model.WebhookNewAttachmentPayload{
  attachmentId: String.t() | nil,
  contentLength: integer() | nil,
  contentType: String.t() | nil,
  eventName: String.t() | nil,
  messageId: String.t() | nil,
  name: String.t() | nil,
  webhookId: String.t() | nil,
  webhookName: String.t() | nil
}