GetCommandPlainArgs

data class GetCommandPlainArgs(val commandId: String) : ConvertibleToJava<GetCommandPlainArgs>

Constructors

Link copied to clipboard
constructor(commandId: String)

Properties

Link copied to clipboard

The unique identifier for the command.

Functions

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