ExVcom.Model.TicketHistory (ex_vcom v0.1.1)

Link to this section Summary

Link to this section Types

@type t() :: %ExVcom.Model.TicketHistory{
  action: String.t(),
  createdAt: DateTime.t(),
  from: String.t(),
  personInCharge: String.t(),
  to: String.t()
}