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