ThingTypeProperties

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The description of the thing type.

Link copied to clipboard

A list of searchable thing attribute names.