GetProjectProtectedBranchPlainArgs

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

A collection of arguments for invoking getProjectProtectedBranch.

Constructors

Link copied to clipboard
constructor(name: String, projectId: String)

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.

Functions

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