Request to update an existing variant's name and value.

Hierarchy

  • UpdateVariantRequest

Constructors

Properties

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
name?: string

The display name of the variant.

value?: string

The value of the variant as a string.

Generated using TypeDoc