MailSlurpAPI.Model.AttachmentEntity (mailslurp v15.17.22)

Summary

Types

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