Toolbox.Scenario.OutputAction.IncidentState
(toolbox v1.1.0)
Struct for Incident State
Struct for Incident State
@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