TransformationCreate
algoliasearch.ingestion.TransformationCreate
case class TransformationCreate(code: String, name: String, description: Option[String], authenticationIDs: Option[Seq[String]])
API request body for creating a transformation.
Value parameters
- authenticationIDs
-
The authentications associated for the current transformation.
- code
-
The source code of the transformation.
- description
-
A descriptive name for your transformation of what it does.
- name
-
The uniquely identified name of your transformation.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article