Name | Type | Description | Notes |
---|---|---|---|
name | str | The repository name | |
type | str | The type of repository | |
default_branch | str | The repository's default branch | |
enabled | bool | Whether or not a repository is enabled for code reference scanning | |
version | int | The version of the repository's saved information | |
links | {str: (bool, date, datetime, dict, float, int, list, str, none_type)} | ||
source_link | str | A URL to access the repository | [optional] |
commit_url_template | str | A template for constructing a valid URL to view the commit | [optional] |
hunk_url_template | str | A template for constructing a valid URL to view the hunk | [optional] |
branches | [BranchRep] | An array of the repository's branches that have been scanned for code references | [optional] |
access | Access | [optional] | |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |