| Name | Type | Description | Notes |
|---|---|---|---|
| totalCount | number | The total number of insight groups | [default to undefined] |
| items | Array<InsightGroup> | A list of insight groups | [default to undefined] |
| _links | { [key: string]: Link; } | The location and content type of related resources | [optional] [default to undefined] |
| metadata | InsightGroupCollectionMetadata | [optional] [default to undefined] | |
| scoreMetadata | InsightGroupCollectionScoreMetadata | [optional] [default to undefined] |
import { InsightGroupCollection } from 'launchdarkly-api-typescript';
const instance: InsightGroupCollection = {
totalCount,
items,
_links,
metadata,
scoreMetadata,
};