The attributes of a degradation.

Hierarchy

  • DegradationDataAttributes

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

Components affected by the degradation.

createdAt?: Date

Timestamp of when the degradation was created.

description?: string

Description of the degradation.

modifiedAt?: Date

Timestamp of when the degradation was last modified.

The status of the degradation.

title?: string

Title of the degradation.

Past updates made to the degradation.

Generated using TypeDoc