Get Repository Branches Result
data class GetRepositoryBranchesResult(val branches: List<GetRepositoryBranchesBranch>, val id: String, val onlyNonProtectedBranches: Boolean? = null, val onlyProtectedBranches: Boolean? = null, val repository: String)
A collection of values returned by getRepositoryBranches.
Constructors
Link copied to clipboard
fun GetRepositoryBranchesResult(branches: List<GetRepositoryBranchesBranch>, id: String, onlyNonProtectedBranches: Boolean? = null, onlyProtectedBranches: Boolean? = null, repository: String)