GetProjectProtectedBranchesPlainArgs

data class GetProjectProtectedBranchesPlainArgs(val projectId: String, val protectedBranches: List<GetProjectProtectedBranchesProtectedBranch>? = null) : ConvertibleToJava<GetProjectProtectedBranchesPlainArgs>

A collection of arguments for invoking getProjectProtectedBranches.

Constructors

Link copied to clipboard
constructor(projectId: String, protectedBranches: List<GetProjectProtectedBranchesProtectedBranch>? = null)

Properties

Link copied to clipboard

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

Link copied to clipboard

A list of protected branches, as defined below.

Functions

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