IndexingConfigurationThingGroupIndexingConfigurationCustomField

data class IndexingConfigurationThingGroupIndexingConfigurationCustomField(val name: String? = null, val type: String? = null)

Constructors

constructor(name: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The name of the field.

Link copied to clipboard
val type: String? = null

The data type of the field. Valid values: Number, String, Boolean.