Thing Group Properties Args
data class ThingGroupPropertiesArgs(val attributePayload: Output<ThingGroupPropertiesAttributePayloadArgs>? = null, val description: Output<String>? = null) : ConvertibleToJava<ThingGroupPropertiesArgs>
Constructors
Link copied to clipboard
constructor(attributePayload: Output<ThingGroupPropertiesAttributePayloadArgs>? = null, description: Output<String>? = null)