GitHubRepoProperties interface
GitHub Repo properties.
Properties
account |
Gets or sets gitHub repo account id. |
owner |
Gets or sets GitHub Owner Name. |
provisioning |
|
repo |
Gets or sets gitHub repo url. |
Property Details
accountId
Gets or sets gitHub repo account id.
accountId?: number
Property Value
number
ownerName
Gets or sets GitHub Owner Name.
ownerName?: string
Property Value
string
provisioningState
provisioningState?: string
Property Value
string
repoUrl
Gets or sets gitHub repo url.
repoUrl?: string
Property Value
string