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