QBittorrent::Model::SearchResultsResponse
Inherits JSON::Serializable < Struct < Value < Object
Response body of GET search/results (see ext/api-map.md ยง3).
status mirrors the job's SearchStatus#status ("Running"/"Stopped"),
total is the total number of results available for the job (which may be
larger than results.size when limit/offset paging was used), and
results is the page of SearchResults.
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Source