Toolbox.Scenario.OutputAction.Incident (toolbox v1.1.0)

Body for new Incident action

Link to this section Summary

Types

t()

Body for new Incident action

Link to this section Types

Link to this type

resolution()

@type resolution() :: :open | :closed
@type severity() :: 1 | 2 | 3 | 4 | 5
@type t() :: %Toolbox.Scenario.OutputAction.Incident{
  closed_at: integer() | nil,
  created_at: integer(),
  future: [Toolbox.Scenario.OutputAction.IncidentState.t()],
  history: [Toolbox.Scenario.OutputAction.IncidentState.t()],
  modified_at: integer(),
  name: String.t(),
  resolution: resolution(),
  severity: severity(),
  status: String.t(),
  subject: String.t()
}

Body for new Incident action