Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 612 Bytes

File metadata and controls

22 lines (15 loc) · 612 Bytes

ExperimentAllocationRep

Properties

Name Type Description Notes
defaultVariation number [default to undefined]
canReshuffle boolean [default to undefined]

Example

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

const instance: ExperimentAllocationRep = {
    defaultVariation,
    canReshuffle,
};

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