ExVcom.Model.TicketAttachmentDetails (ex_vcom v0.1.1)

Link to this section Summary

Link to this section Types

@type t() :: %ExVcom.Model.TicketAttachmentDetails{
  attachmentId: integer(),
  content: String.t(),
  createdAt: DateTime.t(),
  creatorId: integer(),
  description: String.t(),
  filename: String.t(),
  metaData: AnyType | nil
}