GetProjectProtectedTagPlainArgs

data class GetProjectProtectedTagPlainArgs(val project: String, val tag: String) : ConvertibleToJava<GetProjectProtectedTagPlainArgs>

A collection of arguments for invoking getProjectProtectedTag.

Constructors

Link copied to clipboard
constructor(project: String, tag: String)

Properties

Link copied to clipboard

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

Link copied to clipboard
val tag: String

The name of the protected tag.

Functions

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