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

Struct for Incident State

Link to this section Summary

Types

t()

Struct for Incident State

Link to this section Types

@type severity() :: 1 | 2 | 3 | 4 | 5
@type t() :: %Toolbox.Scenario.OutputAction.IncidentState{
  attributes: map() | nil,
  description: String.t(),
  severity: severity(),
  status: String.t(),
  timestamp: integer()
}

Struct for Incident State