GetRepositoryBranchesResult

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
constructor(branches: List<GetRepositoryBranchesBranch>, id: String, onlyNonProtectedBranches: Boolean? = null, onlyProtectedBranches: Boolean? = null, repository: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of this repository's branches. Each element of branches has the following attributes:

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard