| Name | Type | Description | Notes |
|---|---|---|---|
| variations | Array<WeightedVariation> | [default to undefined] | |
| experimentAllocation | ExperimentAllocationRep | [optional] [default to undefined] | |
| seed | number | [optional] [default to undefined] | |
| bucketBy | string | [optional] [default to undefined] | |
| contextKind | string | [optional] [default to undefined] |
import { Rollout } from 'launchdarkly-api-typescript';
const instance: Rollout = {
variations,
experimentAllocation,
seed,
bucketBy,
contextKind,
};