BatchDictionaryEntriesParams

algoliasearch.search.BatchDictionaryEntriesParams
case class BatchDictionaryEntriesParams(clearExistingDictionaryEntries: Option[Boolean], requests: Seq[BatchDictionaryEntriesRequest])

batchDictionaryEntries parameters.

Value parameters

clearExistingDictionaryEntries

Incidates whether to replace all custom entries in the dictionary with the ones sent with this request.

requests

Operations to batch.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product