ThingTypePropagatingAttribute

data class ThingTypePropagatingAttribute(val connectionAttribute: ThingTypePropagatingAttributeConnectionAttribute? = null, val thingAttribute: String? = null, val userPropertyKey: String)

Constructors

Link copied to clipboard
constructor(connectionAttribute: ThingTypePropagatingAttributeConnectionAttribute? = null, thingAttribute: String? = null, userPropertyKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The attribute associated with the connection details.

Link copied to clipboard
val thingAttribute: String? = null

The thing attribute that is propagating for MQTT 5 message enrichment.

Link copied to clipboard

The key of the MQTT 5 user property, which is a key-value pair.