| Name | Type | Description | Notes |
|---|---|---|---|
| _id | string | [default to undefined] | |
| description | string | [default to undefined] | |
| name | string | [default to undefined] | |
| value | AIConfigTargetingVariationValue | [default to undefined] |
import { AIConfigTargetingVariation } from 'launchdarkly-api-typescript';
const instance: AIConfigTargetingVariation = {
_id,
description,
name,
value,
};