Variant weight request payload.

Hierarchy

  • VariantWeightRequest

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
value: number

The percentage weight for this variant.

variantId?: string

The variant ID to assign weight to.

variantKey?: string

The variant key to assign weight to.

Generated using TypeDoc