HasPendingMappingsResponse

algoliasearch.search.HasPendingMappingsResponse
case class HasPendingMappingsResponse(pending: Boolean, clusters: Option[Map[String, Seq[String]]])

HasPendingMappingsResponse

Value parameters

clusters

Cluster pending mapping state: migrating, creating, deleting.

pending

Indicates whether there are clusters undergoing migration, creation, or deletion.

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