ThingGroupProperties

data class ThingGroupProperties(val attributePayload: ThingGroupPropertiesAttributePayload? = null, val description: String? = null)

Constructors

Link copied to clipboard
constructor(attributePayload: ThingGroupPropertiesAttributePayload? = null, description: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Thing Group attributes. Defined below.

Link copied to clipboard
val description: String? = null

A description of the Thing Group.