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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article