| Name | Type | Description | Notes |
|---|---|---|---|
| variationId | string | [optional] [default to undefined] | |
| flagKey | string | [optional] [default to undefined] |
import { ParameterRep } from 'launchdarkly-api-typescript';
const instance: ParameterRep = {
variationId,
flagKey,
};