RepositoryResponse

data class RepositoryResponse(val branch: String? = null, val deploymentLogsUrl: String? = null, val displayUrl: String? = null, val pathMapping: List<ContentPathMapResponse>? = null, val url: String? = null)

metadata of a repository.

Constructors

Link copied to clipboard
constructor(branch: String? = null, deploymentLogsUrl: String? = null, displayUrl: String? = null, pathMapping: List<ContentPathMapResponse>? = null, url: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val branch: String? = null

Branch name of repository.

Link copied to clipboard

Url to access repository action logs.

Link copied to clipboard
val displayUrl: String? = null

Display url of repository.

Link copied to clipboard

Dictionary of source control content type and path mapping.

Link copied to clipboard
val url: String? = null

Url of repository.