Get Repository Branches Plain Args
data class GetRepositoryBranchesPlainArgs(val onlyNonProtectedBranches: Boolean? = null, val onlyProtectedBranches: Boolean? = null, val repository: String) : ConvertibleToJava<GetRepositoryBranchesPlainArgs>
A collection of arguments for invoking getRepositoryBranches.
Constructors
Link copied to clipboard
fun GetRepositoryBranchesPlainArgs(onlyNonProtectedBranches: Boolean? = null, onlyProtectedBranches: Boolean? = null, repository: String)