Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 926 Bytes

File metadata and controls

30 lines (23 loc) · 926 Bytes

UserSegmentRule

Properties

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]

Example

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]