MappingKitAction

algoliasearch.ingestion.MappingKitAction
case class MappingKitAction(id: Option[String], enabled: Boolean, trigger: String, fieldDirectives: Seq[MappingFieldDirective])

Describes how a destination object should be resolved by means of applying a set of directives.

Value parameters

enabled

Whether this action has any effect.

id

ID to uniquely identify this action.

trigger

Condition which must be satisfied to apply the action. If this evaluates to false, the action is not applied, and the process attempts to apply the next action, if any.

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