| Name | Type | Description | Notes |
|---|---|---|---|
| defaultVariation | number | [default to undefined] | |
| canReshuffle | boolean | [default to undefined] |
import { ExperimentAllocationRep } from 'launchdarkly-api-typescript';
const instance: ExperimentAllocationRep = {
defaultVariation,
canReshuffle,
};