Class PatchDegradationRequestDataAttributes

The supported attributes for updating a degradation.

Hierarchy

  • PatchDegradationRequestDataAttributes

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

The components affected by the degradation.

description?: string

The description of the degradation.

The status of the degradation.

title?: string

The title of the degradation.

Generated using TypeDoc