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

Included Modules

Defined in:

placeos/api/models/query_result.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def results : Array(T) #

Results from the query.


[View source]
def total : Int32 #

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


[View source]