Repository Response
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
fun RepositoryResponse(branch: String? = null, deploymentLogsUrl: String? = null, displayUrl: String? = null, pathMapping: List<ContentPathMapResponse>? = null, url: String? = null)