SearchIndexSchemaIndexSortSorterArgs

data class SearchIndexSchemaIndexSortSorterArgs(val fieldName: Output<String>? = null, val mode: Output<String>? = null, val order: Output<String>? = null, val sorterType: Output<String>? = null) : ConvertibleToJava<SearchIndexSchemaIndexSortSorterArgs>

Constructors

Link copied to clipboard
constructor(fieldName: Output<String>? = null, mode: Output<String>? = null, order: Output<String>? = null, sorterType: Output<String>? = null)

Properties

Link copied to clipboard
val fieldName: Output<String>? = null
Link copied to clipboard
val mode: Output<String>? = null
Link copied to clipboard
val order: Output<String>? = null
Link copied to clipboard
val sorterType: Output<String>? = null

Functions

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