GetThesaurusPlainArgs

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

A collection of arguments for invoking getThesaurus.

Constructors

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

Properties

Link copied to clipboard

Identifier of the index that contains the Thesaurus.

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

Metadata that helps organize the Thesaurus you create.

Link copied to clipboard

Identifier of the Thesaurus.

Functions

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