ListSourceControlRepositoriesResult

data class ListSourceControlRepositoriesResult(val nextLink: String, val value: List<RepoResponse>)

List all the source controls.

Constructors

Link copied to clipboard
constructor(nextLink: String, value: List<RepoResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

URL to fetch the next set of repositories.

Link copied to clipboard

Array of repositories.