QueryObjectsResponse

Contains the output of QueryObjects.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether there are more results that can be obtained by a subsequent call.

Link copied to clipboard
val ids: List<String>?

The identifiers that match the query selectors.

Link copied to clipboard

The starting point for the next page of results. To view the next page of results, call QueryObjects again with this marker value. If the value is null, there are no more results.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String