GetTagPlainArgs

data class GetTagPlainArgs(val name: String) : ConvertibleToJava<GetTagPlainArgs>

A collection of arguments for invoking getTag.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

The name of the tag.

Functions

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