Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 394 Bytes

File metadata and controls

20 lines (14 loc) · 394 Bytes

LaunchDarklyApi::AIConfigDependency

Properties

Name Type Description Notes
type String The type of the dependent resource
key String The key of the dependent resource

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::AIConfigDependency.new(
  type: null,
  key: null
)