| Name | Type | Description | Notes |
|---|---|---|---|
| experimentKey | string | The key of the experiment | [default to undefined] |
| flagKey | string | The key of the flag | [default to undefined] |
| reservationPercent | number | The percentage of traffic reserved for the experiment | [default to undefined] |
import { LayerReservationRep } from 'launchdarkly-api-typescript';
const instance: LayerReservationRep = {
experimentKey,
flagKey,
reservationPercent,
};