Variant weight details.

Hierarchy

  • VariantWeight

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
createdAt?: Date

The timestamp when the variant weight was created.

id?: string

Unique identifier of the variant weight assignment.

updatedAt?: Date

The timestamp when the variant weight was last updated.

value: number

The percentage weight for the variant.

variant?: Variant

A variant of a feature flag.

variantId: string

The variant ID.

Generated using TypeDoc