| 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] |
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]