| Name | Type | Description | Notes |
|---|---|---|---|
| _id | String | [optional] | |
| attribute | String | ||
| op | String | ||
| values | Array<Object> | ||
| context_kind | String | [optional] | |
| negate | Boolean |
require 'launchdarkly_api'
instance = LaunchDarklyApi::Clause.new(
_id: null,
attribute: null,
op: null,
values: null,
context_kind: null,
negate: null
)