aiconfigtargetingvariation.md•1.43 kB
# AIConfigTargetingVariation
## Example Usage
```typescript
import { AIConfigTargetingVariation } from "@launchdarkly/mcp-server/models/components";
let value: AIConfigTargetingVariation = {
id: "_id",
description: "description",
name: "name",
value: 5152.63,
};
```
## Fields
| Field | Type | Required | Description |
| -------------------------------------------- | -------------------------------------------- | -------------------------------------------- | -------------------------------------------- |
| `id` | *string* | :heavy_check_mark: | N/A |
| `description` | *string* | :heavy_check_mark: | N/A |
| `name` | *string* | :heavy_check_mark: | N/A |
| `value` | *components.AIConfigTargetingVariationValue* | :heavy_check_mark: | N/A |