Thing Type Properties Properties
data class ThingTypePropertiesProperties(val mqtt5Configuration: ThingTypePropertiesPropertiesMqtt5ConfigurationProperties? = null, val searchableAttributes: List<String>? = null, val thingTypeDescription: String? = null)
The thing type properties for the thing type to create. It contains information about the new thing type including a description, a list of searchable thing attribute names, and a list of propagating attributes. After a thing type is created, you can only update Mqtt5Configuration
.
Constructors
Link copied to clipboard
constructor(mqtt5Configuration: ThingTypePropertiesPropertiesMqtt5ConfigurationProperties? = null, searchableAttributes: List<String>? = null, thingTypeDescription: String? = null)