OpenXchangeClient.Model.MailAttachment (open_xchange_client v0.10.0)

Link to this section Summary

Link to this section Types

@type t() :: %OpenXchangeClient.Model.MailAttachment{
  content: String.t() | nil,
  content_type: String.t() | nil,
  disp: String.t() | nil,
  filename: String.t() | nil,
  id: String.t() | nil,
  size: integer() | nil
}