Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 470 Bytes

File metadata and controls

22 lines (16 loc) · 470 Bytes

LaunchDarklyApi::AIConfigTargetingPatch

Properties

Name Type Description Notes
comment String [optional]
environment_key String
instructions Array<Hash<String, Object>>

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::AIConfigTargetingPatch.new(
  comment: null,
  environment_key: null,
  instructions: null
)