Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 823 Bytes

File metadata and controls

24 lines (17 loc) · 823 Bytes

ParameterDefault

Properties

Name Type Description Notes
value any The default value for the given parameter [optional] [default to undefined]
booleanVariationValue boolean Variation value for boolean flags. Not applicable for non-boolean flags. [optional] [default to undefined]
ruleClause RuleClause [optional] [default to undefined]

Example

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

const instance: ParameterDefault = {
    value,
    booleanVariationValue,
    ruleClause,
};

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