QueryObjectsOutput class

Contains the output of QueryObjects.

Constructors

QueryObjectsOutput({bool? hasMoreResults, List<String>? ids, String? marker})
QueryObjectsOutput.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
hasMoreResults bool?
Indicates whether there are more results that can be obtained by a subsequent call.
final
ids List<String>?
The identifiers that match the query selectors.
final
marker String?
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.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited