| 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] |
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]