The incident impact's attributes for a create request.

Hierarchy

  • IncidentImpactCreateAttributes

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
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
startAt: Date

Timestamp when the impact started.

Generated using TypeDoc