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 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