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