GitHubReposProperties interface
Properties
account |
Gets or sets gitHub repo account id. |
provisioning |
|
repo |
Gets or sets gitHub repo name. |
repo |
Gets or sets gitHub repo url. |
Property Details
accountId
Gets or sets gitHub repo account id.
accountId?: number
Property Value
number
provisioningState
provisioningState?: string
Property Value
string
repoName
Gets or sets gitHub repo name.
repoName?: string
Property Value
string
repoUrl
Gets or sets gitHub repo url.
repoUrl?: string
Property Value
string