ThingGroupAttributePayloadArgs

data class ThingGroupAttributePayloadArgs(val attributes: Output<Any>? = null) : ConvertibleToJava<ThingGroupAttributePayloadArgs>

Constructors

Link copied to clipboard
fun ThingGroupAttributePayloadArgs(attributes: Output<Any>? = null)

Functions

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

Properties

Link copied to clipboard
val attributes: Output<Any>? = null