aiconfigtargetingenvironmentfallthroughrolloutvariation.md•777 B
# AIConfigTargetingEnvironmentFallthroughRolloutVariation
## Example Usage
```typescript
import { AIConfigTargetingEnvironmentFallthroughRolloutVariation } from "@launchdarkly/mcp-server/models/components";
let value: AIConfigTargetingEnvironmentFallthroughRolloutVariation = {
untracked: true,
variation: 9,
weight: 3,
};
```
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `untracked` | *boolean* | :heavy_minus_sign: | N/A |
| `variation` | *number* | :heavy_check_mark: | N/A |
| `weight` | *number* | :heavy_check_mark: | N/A |