Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.16 KB

RepositoryRep.md

File metadata and controls

19 lines (16 loc) · 1.16 KB

# RepositoryRep

Properties

Name Type Description Notes
name string The repository name
source_link string A URL to access the repository [optional]
commit_url_template string A template for constructing a valid URL to view the commit [optional]
hunk_url_template string A template for constructing a valid URL to view the hunk [optional]
type string The type of repository
default_branch string 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
branches \LaunchDarklyApi\Model\BranchRep[] An array of the repository's branches that have been scanned for code references [optional]
_links array<string,mixed>
_access \LaunchDarklyApi\Model\Access [optional]

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