thing Type Properties
Parameters
value
The thing type properties for the thing type to create. It contains information about the new thing type including a description, and a list of searchable thing attribute names. ThingTypeProperties
can't be updated after the initial creation of the ThingType
.
suspend fun thingTypeProperties(argument: suspend ThingTypePropertiesPropertiesArgsBuilder.() -> Unit)
Parameters
argument
The thing type properties for the thing type to create. It contains information about the new thing type including a description, and a list of searchable thing attribute names. ThingTypeProperties
can't be updated after the initial creation of the ThingType
.