Thing Group Properties Properties
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)