ThingGroupPropertiesProperties

data class ThingGroupPropertiesProperties(val attributePayload: ThingGroupAttributePayload? = null, val thingGroupDescription: String? = null)

Thing group properties.

Constructors

Link copied to clipboard
constructor(attributePayload: ThingGroupAttributePayload? = null, thingGroupDescription: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The thing group attributes in JSON format.

Link copied to clipboard

The thing group description.