ExVcom.Model.TicketComment (ex_vcom v0.1.1)

Link to this section Summary

Link to this section Types

@type t() :: %ExVcom.Model.TicketComment{
  comment: String.t(),
  commentId: integer(),
  createdAt: DateTime.t(),
  firstName: String.t(),
  lastName: String.t(),
  username: String.t()
}