| 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] |
import { Clause } from 'launchdarkly-api-typescript';
const instance: Clause = {
_id,
attribute,
op,
values,
contextKind,
negate,
};