Attributes of a degradation update resource.

Hierarchy

  • DegradationUpdateDataAttributes

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 this update.

createdAt?: Date

The date and time the update was created.

deletedAt?: Date

The date and time the update was soft-deleted.

description?: string

The message body of the update.

modifiedAt?: Date

The date and time the update was last modified.

startedAt?: Date

The date and time the update started.

The status of the degradation.

Generated using TypeDoc