toggle menu
pulumi-github-kotlin
6.7.2.0
jvm
switch theme
search in API
pulumi-github-kotlin
/
com.pulumi.github.kotlin.outputs
/
GetRepositoryBranchesBranch
Get
Repository
Branches
Branch
data
class
GetRepositoryBranchesBranch
(
val
name
:
String
,
val
protected
:
Boolean
)
Members
Constructors
Get
Repository
Branches
Branch
Link copied to clipboard
constructor
(
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.