| Name | Type | Description | Notes |
|---|---|---|---|
| items | Array<MetricGroupRep> | An array of metric groups | [default to undefined] |
| _links | { [key: string]: Link; } | The location and content type of related resources | [optional] [default to undefined] |
| totalCount | number | [optional] [default to undefined] |
import { MetricGroupCollectionRep } from 'launchdarkly-api-typescript';
const instance: MetricGroupCollectionRep = {
items,
_links,
totalCount,
};