Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.11 KB

File metadata and controls

28 lines (21 loc) · 1.11 KB

InsightGroupCollection

Properties

Name Type Description Notes
totalCount number The total number of insight groups [default to undefined]
items Array<InsightGroup> A list of insight groups [default to undefined]
_links { [key: string]: Link; } The location and content type of related resources [optional] [default to undefined]
metadata InsightGroupCollectionMetadata [optional] [default to undefined]
scoreMetadata InsightGroupCollectionScoreMetadata [optional] [default to undefined]

Example

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

const instance: InsightGroupCollection = {
    totalCount,
    items,
    _links,
    metadata,
    scoreMetadata,
};

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