ThingTypePropertiesProperties

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 .

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of searchable thing attribute names.

Link copied to clipboard

The description of the thing type.