Source

algoliasearch.ingestion.Source
case class Source(sourceID: String, `type`: SourceType, name: String, input: SourceInput, authenticationID: Option[String], createdAt: String, updatedAt: Option[String])

Source

Value parameters

authenticationID

Universally unique identifier (UUID) of an authentication resource.

createdAt

Date of creation in RFC3339 format.

sourceID

Universally uniqud identifier (UUID) of a source.

updatedAt

Date of last update in RFC3339 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