Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 402 Bytes

File metadata and controls

20 lines (14 loc) · 402 Bytes

LaunchDarklyApi::ExpandedLinkedAIConfigs

Properties

Name Type Description Notes
items Array<ExpandedAIConfig>
total_count Integer

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ExpandedLinkedAIConfigs.new(
  items: null,
  total_count: null
)