MailSlurpAPI.Model.DownloadAttachmentDto (mailslurp v15.17.22)

Content of attachment

Summary

Types

@type t() :: %MailSlurpAPI.Model.DownloadAttachmentDto{
  base64FileContents: String.t(),
  contentType: String.t(),
  sizeBytes: integer()
}