| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | The repository name | |
| type | TypeEnum | The type of repository | |
| sourceLink | String | A URL to access the repository | |
| defaultBranch | String | The repository's default branch | |
| enabled | Boolean | Whether or not a repository is enabled for code reference scanning | |
| version | Integer | The version of the repository's saved information | |
| hunkCount | Integer | The number of code reference hunks in which the flag appears in this repository | |
| fileCount | Integer | The number of files in which the flag appears in this repository | |
| links | Map<String, Link> | The location and content type of related resources | |
| latestCommitTime | Long | [optional] |
| Name | Value |
|---|---|
| BITBUCKET | "bitbucket" |
| CUSTOM | "custom" |
| GITHUB | "github" |
| GITLAB | "gitlab" |