ThingTypePropertiesProperties

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The configuration to add user-defined properties to enrich MQTT 5 messages.

Link copied to clipboard

A list of searchable thing attribute names.

Link copied to clipboard

The description of the thing type.