Search
Meta data associated with an attachment. Attachments are stored as byte blobs so the meta data is stored separately.
@type t() :: %MailSlurpAPI.Model.AttachmentMetaData{ contentLength: integer(), contentType: String.t(), id: String.t(), name: String.t() }