| Name | Type | Description | Notes |
|---|---|---|---|
| comment | String | [optional] | |
| environment_key | String | ||
| instructions | Array<Hash<String, Object>> |
require 'launchdarkly_api'
instance = LaunchDarklyApi::AIConfigTargetingPatch.new(
comment: null,
environment_key: null,
instructions: null
)