| Name | Type | Description | Notes |
|---|---|---|---|
| items | Array<SimpleHoldoutRep> | [optional] [default to undefined] | |
| _links | { [key: string]: Link; } | The location and content type of related resources | [optional] [default to undefined] |
| total_count | number | The total number of holdouts in this project and environment. | [optional] [default to undefined] |
import { HoldoutsCollectionRep } from 'launchdarkly-api-typescript';
const instance: HoldoutsCollectionRep = {
items,
_links,
total_count,
};