| Name | Type | Description | Notes |
|---|---|---|---|
| setting | any | The variation value to set for the context. Must match the flag's variation type. | [optional] [default to undefined] |
| comment | string | Optional comment describing the change | [optional] [default to undefined] |
import { ValuePut } from 'launchdarkly-api-typescript';
const instance: ValuePut = {
setting,
comment,
};