Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 447 Bytes

AIConfigs.md

File metadata and controls

22 lines (16 loc) · 447 Bytes

LaunchDarklyApi::AIConfigs

Properties

Name Type Description Notes
_links PaginatedLinks [optional]
items Array<AIConfig>
total_count Integer

Example

require 'launchdarkly_api'

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