Class DegradationTemplateDataAttributes

The attributes of a degradation template.

Hierarchy

  • DegradationTemplateDataAttributes

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.

createdAt?: Date

Timestamp of when the degradation template was created.

degradationTitle?: string

The title used for a degradation created from this template.

modifiedAt?: Date

Timestamp of when the degradation template was last modified.

name?: string

The name of the degradation template.

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

Generated using TypeDoc