Search Index Schema Args
data class SearchIndexSchemaArgs(val fieldSchemas: Output<List<SearchIndexSchemaFieldSchemaArgs>>, val indexSettings: Output<List<SearchIndexSchemaIndexSettingArgs>>? = null, val indexSorts: Output<List<SearchIndexSchemaIndexSortArgs>>? = null) : ConvertibleToJava<SearchIndexSchemaArgs>
Constructors
Link copied to clipboard
fun SearchIndexSchemaArgs(fieldSchemas: Output<List<SearchIndexSchemaFieldSchemaArgs>>, indexSettings: Output<List<SearchIndexSchemaIndexSettingArgs>>? = null, indexSorts: Output<List<SearchIndexSchemaIndexSortArgs>>? = null)