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