Thing Type Properties Properties
data class ThingTypePropertiesProperties(val searchableAttributes: List<String>? = null, val thingTypeDescription: String? = null)
The thing type properties for the thing type to create. It contains information about the new thing type including a description, and a list of searchable thing attribute names. ThingTypeProperties
can't be updated after the initial creation of the ThingType
.