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