Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 384 Bytes

File metadata and controls

20 lines (14 loc) · 384 Bytes

LaunchDarklyApi::AIConfigRep

Properties

Name Type Description Notes
key String The key of the AI Config
name String The name of the AI Config

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::AIConfigRep.new(
  key: aiconfig-key-123abc,
  name: AI Config 1
)