SearchUserIdsResponse

algoliasearch.search.SearchUserIdsResponse
case class SearchUserIdsResponse(hits: Seq[UserHit], nbHits: Int, page: Int, hitsPerPage: Int, updatedAt: String)

userIDs data.

Value parameters

hits

User objects that match the query.

hitsPerPage

Maximum number of hits per page.

nbHits

Number of hits the search query matched.

page

Page to retrieve (the first page is 0, not 1).

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