BatchDictionaryEntriesParams

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

Request body for updating dictionary entries.

Value parameters

clearExistingDictionaryEntries

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

requests

List of additions and deletions to your dictionaries.

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