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