Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 819 Bytes

File metadata and controls

30 lines (23 loc) · 819 Bytes

Clause

Properties

Name Type Description Notes
_id string [optional] [default to undefined]
attribute string [default to undefined]
op string [default to undefined]
values Array<any> [default to undefined]
contextKind string [optional] [default to undefined]
negate boolean [default to undefined]

Example

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

const instance: Clause = {
    _id,
    attribute,
    op,
    values,
    contextKind,
    negate,
};

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