ThingGroupPropertiesArgs

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)

Properties

Link copied to clipboard

The Thing Group attributes. Defined below.

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

A description of the Thing Group.

Functions

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