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.