GetBranchProtectionRulesPlainArgs

data class GetBranchProtectionRulesPlainArgs(val repository: String) : ConvertibleToJava<GetBranchProtectionRulesPlainArgs>

A collection of arguments for invoking getBranchProtectionRules.

Constructors

Link copied to clipboard
constructor(repository: String)

Properties

Link copied to clipboard

The GitHub repository name.

Functions

Link copied to clipboard
open override fun toJava(): GetBranchProtectionRulesPlainArgs