MailSlurpAPI.Model.UploadAttachmentOptions (mailslurp v15.17.22)

Options for uploading files for attachments. When sending emails with the API that require attachments first upload each attachment. Then use the returned attachment ID in your `SendEmailOptions` when sending an email. This way you can use attachments multiple times once they have been uploaded.

Summary

Types

@type t() :: %MailSlurpAPI.Model.UploadAttachmentOptions{
  base64Contents: String.t(),
  contentType: String.t() | nil,
  filename: String.t() | nil
}