GetProjectBranchesPlainArgs

data class GetProjectBranchesPlainArgs(val project: String) : ConvertibleToJava<GetProjectBranchesPlainArgs>

A collection of arguments for invoking getProjectBranches.

Constructors

Link copied to clipboard
constructor(project: String)

Properties

Link copied to clipboard

ID or URL-encoded path of the project owned by the authenticated user.

Functions

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