Thing Type Propagating Attribute Args
data class ThingTypePropagatingAttributeArgs(val connectionAttribute: Output<ThingTypePropagatingAttributeConnectionAttribute>? = null, val thingAttribute: Output<String>? = null, val userPropertyKey: Output<String>) : ConvertibleToJava<ThingTypePropagatingAttributeArgs>
Constructors
Link copied to clipboard
constructor(connectionAttribute: Output<ThingTypePropagatingAttributeConnectionAttribute>? = null, thingAttribute: Output<String>? = null, userPropertyKey: Output<String>)