pulumi-github-kotlin
5.21.0.0
pulumi-github-kotlin
/
com.pulumi.github.kotlin.outputs
/
GetRepositoryBranchesBranch
Get
Repository
Branches
Branch
data
class
GetRepositoryBranchesBranch
(
val
name
:
String
,
val
protected
:
Boolean
)
Types
Constructors
Properties
Constructors
Get
Repository
Branches
Branch
Link copied to clipboard
fun
GetRepositoryBranchesBranch
(
name
:
String
,
protected
:
Boolean
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
Name of the branch.
protected
Link copied to clipboard
val
protected
:
Boolean
Whether the branch is protected.