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

Query Suggestions index name.

isRunning

Indicates whether the creation or update of the Query Suggestions is in progress.

lastBuiltAt

Timestamp in ISO-8601 format when the Query Suggestions index was last built.

lastSuccessfulBuildDuration

Duration of the last successful build in seconds.

lastSuccessfulBuiltAt

Timestamp in ISO-8601 format 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