Destination

algoliasearch.ingestion.Destination
case class Destination(destinationID: String, `type`: DestinationType, name: String, input: DestinationInput, createdAt: String, updatedAt: Option[String], authenticationID: Option[String], transformationIDs: Option[Seq[String]])

Destinations are Algolia resources like indices or event streams.

Value parameters

authenticationID

Universally unique identifier (UUID) of an authentication resource.

createdAt

Date of creation in RFC 3339 format.

destinationID

Universally unique identifier (UUID) of a destination resource.

name

Descriptive name for the resource.

updatedAt

Date of last update in RFC 3339 format.

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