ExVcom.Model.TicketOutage (ex_vcom v0.1.1)

Link to this section Summary

Link to this section Types

@type t() :: %ExVcom.Model.TicketOutage{
  affectedPower: integer(),
  endedAt: DateTime.t(),
  shouldInfluenceAvailability: boolean(),
  shouldInfluencePr: boolean(),
  startedAt: DateTime.t()
}