GetQuerySuggestionsBlockListPlainArgs

data class GetQuerySuggestionsBlockListPlainArgs(val indexId: String, val querySuggestionsBlockListId: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetQuerySuggestionsBlockListPlainArgs>

A collection of arguments for invoking getQuerySuggestionsBlockList.

Constructors

Link copied to clipboard
constructor(indexId: String, querySuggestionsBlockListId: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

Identifier of the index that contains the block list.

Link copied to clipboard

Identifier of the block list.

Link copied to clipboard
val tags: Map<String, String>? = null

Metadata that helps organize the block list you create.

Functions

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