GetInstanceVariablePlainArgs

data class GetInstanceVariablePlainArgs(val key: String) : ConvertibleToJava<GetInstanceVariablePlainArgs>

A collection of arguments for invoking getInstanceVariable.

Constructors

Link copied to clipboard
constructor(key: String)

Properties

Link copied to clipboard
val key: String

The name of the variable.

Functions

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