Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 864 Bytes

File metadata and controls

24 lines (17 loc) · 864 Bytes

HoldoutsCollectionRep

Properties

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]

Example

import { HoldoutsCollectionRep } from 'launchdarkly-api-typescript';

const instance: HoldoutsCollectionRep = {
    items,
    _links,
    total_count,
};

[Back to Model list] [Back to API list] [Back to README]