IndexingConfigurationThingIndexingConfigurationCustomFieldArgs

data class IndexingConfigurationThingIndexingConfigurationCustomFieldArgs(val name: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<IndexingConfigurationThingIndexingConfigurationCustomFieldArgs>

Constructors

Functions

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

Properties

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

The name of the field.

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

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