GetProjectTagPlainArgs

data class GetProjectTagPlainArgs(val name: String, val project: String) : ConvertibleToJava<GetProjectTagPlainArgs>

A collection of arguments for invoking getProjectTag.

Constructors

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

Properties

Link copied to clipboard

The name of a tag.

Link copied to clipboard

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

Functions

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