Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 814 Bytes

File metadata and controls

24 lines (17 loc) · 814 Bytes

MetricCollectionRep

Properties

Name Type Description Notes
items Array<MetricListingRep> An array of metrics [optional] [default to undefined]
_links { [key: string]: Link; } The location and content type of related resources [optional] [default to undefined]
totalCount number [optional] [default to undefined]

Example

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

const instance: MetricCollectionRep = {
    items,
    _links,
    totalCount,
};

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