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