GetConfigStatus200Response

algoliasearch.querysuggestions.GetConfigStatus200Response
case class GetConfigStatus200Response(indexName: Option[String], isRunning: Option[Boolean], lastBuiltAt: Option[String], lastSuccessfulBuiltAt: Option[String], lastSuccessfulBuildDuration: Option[String])

GetConfigStatus200Response

Value parameters

indexName

Name of the Query Suggestions index (case-sensitive).

isRunning

Whether the creation or update of the Query Suggestions index is in progress.

lastBuiltAt

Date and time when the Query Suggestions index was last built, in RFC 3339 format.

lastSuccessfulBuildDuration

Duration of the last successful build in seconds.

lastSuccessfulBuiltAt

Date and time when the Query Suggestions index was last updated successfully.

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