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 results (hits).

page

Page of search results to retrieve.

updatedAt

Date and time when the object was updated, in RFC 3339 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