| Name | Type | Description | Notes |
|---|---|---|---|
| variation | number | [default to undefined] | |
| weight | number | [default to undefined] | |
| _untracked | boolean | [optional] [default to undefined] |
import { WeightedVariation } from 'launchdarkly-api-typescript';
const instance: WeightedVariation = {
variation,
weight,
_untracked,
};