| Name | Type | Description | Notes |
|---|---|---|---|
| totalCount | number | [default to undefined] | |
| items | Array<ProjectSummary> | [default to undefined] | |
| _links | { [key: string]: Link; } | [optional] [default to undefined] |
import { ProjectSummaryCollection } from 'launchdarkly-api-typescript';
const instance: ProjectSummaryCollection = {
totalCount,
items,
_links,
};