IndexConfiguration

@Serializable
data class IndexConfiguration(val indexType: IndexType = IndexType(), val fields: Fields)

Constructors

Link copied to clipboard
constructor(indexType: IndexType = IndexType(), fields: Fields)

Properties

Link copied to clipboard
Link copied to clipboard
@SerialName(value = "index_type")
val indexType: IndexType