Name | Type | Description | Notes |
---|---|---|---|
_links | PaginatedLinks | [optional] | |
items | Array<AIConfig> | ||
total_count | Integer |
require 'launchdarkly_api'
instance = LaunchDarklyApi::AIConfigs.new(
_links: null,
items: null,
total_count: null
)
Name | Type | Description | Notes |
---|---|---|---|
_links | PaginatedLinks | [optional] | |
items | Array<AIConfig> | ||
total_count | Integer |
require 'launchdarkly_api'
instance = LaunchDarklyApi::AIConfigs.new(
_links: null,
items: null,
total_count: null
)