MailSlurpAPI.Model.AttachmentProjection (mailslurp v12.4.2)
Link to this section Summary
Link to this section Types
Specs
t() :: %MailSlurpAPI.Model.AttachmentProjection{
attachmentId: String.t() | nil,
contentLength: integer() | nil,
contentType: String.t() | nil,
createdAt: DateTime.t(),
name: String.t() | nil,
updatedAt: DateTime.t(),
userId: String.t()
}