Attributes describing which incident to add the signal to.

Hierarchy

  • AddSignalToIncidentRequest

Constructors

Properties

addToSignalTimeline?: boolean

Whether to post the signal on the incident timeline.

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
incidentId: number

Public ID attribute of the incident to which the signal will be added.

version?: number

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

Generated using TypeDoc