GetInputPlainArgs

data class GetInputPlainArgs(val inputName: String) : ConvertibleToJava<GetInputPlainArgs>

Constructors

Link copied to clipboard
constructor(inputName: String)

Properties

Link copied to clipboard

The name of the input.

Functions

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