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