Search Index Schema Index Sort Sorter Args
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
fun SearchIndexSchemaIndexSortSorterArgs(fieldName: Output<String>? = null, mode: Output<String>? = null, order: Output<String>? = null, sorterType: Output<String>? = null)