MailSlurpAPI.Model.AttachmentProjection (mailslurp v15.17.22)

Email attachment data

Summary

Types

@type t() :: %MailSlurpAPI.Model.AttachmentProjection{
  attachmentId: String.t(),
  contentLength: integer() | nil,
  contentType: String.t() | nil,
  createdAt: DateTime.t(),
  name: String.t() | nil,
  updatedAt: DateTime.t(),
  userId: String.t()
}