DestinationUpdate

algoliasearch.ingestion.DestinationUpdate
case class DestinationUpdate(`type`: Option[DestinationType], name: Option[String], input: Option[DestinationInput], authenticationID: Option[String])

API request body for updating a destination.

Value parameters

authenticationID

Universally unique identifier (UUID) of an authentication resource.

name

Descriptive name for the resource.

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