Class CreateDegradationTemplateRequestDataAttributes

The attributes for creating a degradation template.

Hierarchy

  • CreateDegradationTemplateRequestDataAttributes

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 a degradation created from this template.

degradationTitle?: string

The title used for a degradation created from this template.

name: string

The name of the degradation template.

The pre-filled updates for a degradation created from this template.

Generated using TypeDoc