Attributes describing the change of state for a given state.

Hierarchy

  • SignalStateUpdateRequest

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
archiveComment?: string

Optional comment to explain why a signal is being archived.

archiveReason?: SignalArchiveReason

Reason why a signal has been archived.

The new triage state of the signal.

version?: number

Version of the updated signal. If server side version is higher, update will be rejected.

Generated using TypeDoc