RunSourceResponse

algoliasearch.ingestion.RunSourceResponse
case class RunSourceResponse(taskWithRunID: Map[String, String], createdAt: String)

RunSourceResponse

Value parameters

createdAt

Date of creation in RFC 3339 format.

taskWithRunID

Map of taskID sent for reindex with the corresponding runID.

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