ThingTypePropertiesPropertiesArgs

data class ThingTypePropertiesPropertiesArgs(val searchableAttributes: Output<List<String>>? = null, val thingTypeDescription: Output<String>? = null) : ConvertibleToJava<ThingTypePropertiesPropertiesArgs>

Constructors

Link copied to clipboard
fun ThingTypePropertiesPropertiesArgs(searchableAttributes: Output<List<String>>? = null, thingTypeDescription: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val searchableAttributes: Output<List<String>>? = null
Link copied to clipboard
val thingTypeDescription: Output<String>? = null