| Name |
Type |
Description |
Notes |
| _id |
string |
|
[optional] [default to undefined] |
| clauses |
Array<Clause> |
|
[default to undefined] |
| weight |
number |
|
[optional] [default to undefined] |
| rolloutContextKind |
string |
|
[optional] [default to undefined] |
| bucketBy |
string |
|
[optional] [default to undefined] |
| description |
string |
|
[optional] [default to undefined] |
import { UserSegmentRule } from 'launchdarkly-api-typescript';
const instance: UserSegmentRule = {
_id,
clauses,
weight,
rolloutContextKind,
bucketBy,
description,
};
[Back to Model list] [Back to API list] [Back to README]