Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.03 KB

File metadata and controls

32 lines (25 loc) · 1.03 KB

InsightsRepository

Properties

Name Type Description Notes
_id string The repository ID [default to undefined]
version number The repository version [default to undefined]
key string The repository key [default to undefined]
type string The repository type [default to undefined]
url string The repository URL [default to undefined]
mainBranch string The repository main branch [default to undefined]
projects ProjectSummaryCollection [optional] [default to undefined]

Example

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

const instance: InsightsRepository = {
    _id,
    version,
    key,
    type,
    url,
    mainBranch,
    projects,
};

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