GetProjectProtectedBranchPlainArgs

data class GetProjectProtectedBranchPlainArgs(val name: String, val projectId: String) : ConvertibleToJava<GetProjectProtectedBranchPlainArgs>

A collection of arguments for invoking getProjectProtectedBranch.

Constructors

Functions

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

Properties

Link copied to clipboard

The name of the protected branch.

Link copied to clipboard

The integer or path with namespace that uniquely identifies the project.