GetInputPlainArgs

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

A collection of arguments for invoking getInput.

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String

The ID of the Input.

Functions

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