Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1 KB

File metadata and controls

34 lines (27 loc) · 1 KB

VariationSummary

Properties

Name Type Description Notes
rules number [default to undefined]
nullRules number [default to undefined]
targets number [default to undefined]
contextTargets number [default to undefined]
isFallthrough boolean [optional] [default to undefined]
isOff boolean [optional] [default to undefined]
rollout number [optional] [default to undefined]
bucketBy string [optional] [default to undefined]

Example

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

const instance: VariationSummary = {
    rules,
    nullRules,
    targets,
    contextTargets,
    isFallthrough,
    isOff,
    rollout,
    bucketBy,
};

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