GetThingTypePlainArgs

data class GetThingTypePlainArgs(val thingTypeName: String) : ConvertibleToJava<GetThingTypePlainArgs>

Constructors

Link copied to clipboard
constructor(thingTypeName: String)

Properties

Link copied to clipboard

The name of the thing type.

Functions

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