GetSlotTypePlainArgs

data class GetSlotTypePlainArgs(val name: String, val version: String? = null) : ConvertibleToJava<GetSlotTypePlainArgs>

A collection of arguments for invoking getSlotType.

Constructors

Link copied to clipboard
constructor(name: String, version: String? = null)

Properties

Link copied to clipboard

Name of the slot type. The name is case sensitive.

Link copied to clipboard
val version: String? = null

Version of the slot type.

Functions

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