ThingAttributePayload

data class ThingAttributePayload(val attributes: Any? = null)

Constructors

Link copied to clipboard
fun ThingAttributePayload(attributes: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val attributes: Any? = null