The incident impact's attributes.

Hierarchy

  • IncidentImpactAttributes

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
created?: Date

Timestamp when the impact was created.

description: string

Description of the impact.

endAt?: Date

Timestamp when the impact ended.

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

An object mapping impact field names to field values.

Type declaration

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

The type of impact.

modified?: Date

Timestamp when the impact was last modified.

startAt: Date

Timestamp representing when the impact started.

Generated using TypeDoc