IndexingConfigurationThingIndexingConfigurationCustomFieldArgs

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

Constructors

constructor(name: Output<String>? = null, type: Output<String>? = null)

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.

Functions

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