GetRepositoryBranchesBranch

data class GetRepositoryBranchesBranch(val name: String, val protected: Boolean)

Constructors

Link copied to clipboard
constructor(name: String, protected: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the branch.

Link copied to clipboard

Whether the branch is protected.