ThingTypePropertiesArgs

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

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, searchableAttributes: Output<List<String>>? = null)

Properties

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

The description of the thing type.

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

A list of searchable thing attribute names.

Functions

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