UpdatedAtWithObjectIdResponse

algoliasearch.search.UpdatedAtWithObjectIdResponse
case class UpdatedAtWithObjectIdResponse(taskID: Option[Long], updatedAt: Option[String], objectID: Option[String])

Response, taskID, unique object identifier, and an update timestamp.

Value parameters

objectID

Unique object identifier.

taskID

Unique identifier of a task. A successful API response means that a task was added to a queue. It might not run immediately. You can check the task's progress with the task operation and this taskID.

updatedAt

Timestamp of the last update in ISO 8601 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