Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 908 Bytes

File metadata and controls

28 lines (21 loc) · 908 Bytes

Rollout

Properties

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]

Example

import { Rollout } from 'launchdarkly-api-typescript';

const instance: Rollout = {
    variations,
    experimentAllocation,
    seed,
    bucketBy,
    contextKind,
};

[Back to Model list] [Back to API list] [Back to README]