Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 651 Bytes

File metadata and controls

24 lines (17 loc) · 651 Bytes

WeightedVariation

Properties

Name Type Description Notes
variation number [default to undefined]
weight number [default to undefined]
_untracked boolean [optional] [default to undefined]

Example

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

const instance: WeightedVariation = {
    variation,
    weight,
    _untracked,
};

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