ThingAttributePayloadArgs

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

Constructors

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

Functions

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

Properties

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