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