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