TransformationTry

algoliasearch.ingestion.TransformationTry
case class TransformationTry(code: String, sampleRecord: Any, authentications: Option[Seq[AuthenticationCreate]])

TransformationTry

Value parameters

code

The source code of the transformation.

sampleRecord

The record to apply the given code to.

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