struct

PlaceOS::API::Models::QueryResult(T)

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

results

Results from the query.

Source
total

The total number of results matching the query. This includes the full count available, but not shown in results due to paging limits.

Source