ThingGroupPropertiesPropertiesArgs

data class ThingGroupPropertiesPropertiesArgs(val attributePayload: Output<ThingGroupAttributePayloadArgs>? = null, val thingGroupDescription: Output<String>? = null) : ConvertibleToJava<ThingGroupPropertiesPropertiesArgs>

Thing group properties.

Constructors

Link copied to clipboard
constructor(attributePayload: Output<ThingGroupAttributePayloadArgs>? = null, thingGroupDescription: Output<String>? = null)

Properties

Link copied to clipboard

The thing group attributes in JSON format.

Link copied to clipboard
val thingGroupDescription: Output<String>? = null

The thing group description.

Functions

Link copied to clipboard
open override fun toJava(): ThingGroupPropertiesPropertiesArgs