MailSlurpAPI.Model.AttachmentMetaData (mailslurp v15.17.22)

Meta data associated with an attachment. Attachments are stored as byte blobs so the meta data is stored separately.

Summary

Types

@type t() :: %MailSlurpAPI.Model.AttachmentMetaData{
  contentLength: integer(),
  contentType: String.t(),
  id: String.t(),
  name: String.t()
}