Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 925 Bytes

File metadata and controls

24 lines (17 loc) · 925 Bytes

InsightsRepositoryProjectCollection

Properties

Name Type Description Notes
totalCount number Total number of repository project associations [default to undefined]
items Array<InsightsRepositoryProject> List of repository project associations [default to undefined]
_links { [key: string]: Link; } The location and content type of related resources [optional] [default to undefined]

Example

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

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

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