Name | Type | Description | Notes |
---|---|---|---|
total_count | Integer | The total number of insight groups | |
items | Array<InsightGroup> | A list of insight groups | |
_links | Hash<String, Link> | The location and content type of related resources | [optional] |
metadata | InsightGroupCollectionMetadata | [optional] | |
score_metadata | InsightGroupCollectionScoreMetadata | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::InsightGroupCollection.new(
total_count: 15,
items: null,
_links: null,
metadata: null,
score_metadata: null
)