ThingAttributePayload

data class ThingAttributePayload(val attributes: Map<String, String>? = null)

Constructors

Link copied to clipboard
constructor(attributes: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val attributes: Map<String, String>? = null

A JSON string containing up to three key-value pair in JSON format. For example: {\"attributes\":{\"string1\":\"string2\"}}