GetThingPlainArgs

data class GetThingPlainArgs(val thingName: String) : ConvertibleToJava<GetThingPlainArgs>

Constructors

Link copied to clipboard
constructor(thingName: String)

Properties

Link copied to clipboard

The name of the thing to update. You can't change a thing's name. To change a thing's name, you must create a new thing, give it the new name, and then delete the old thing.

Functions

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