struct

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_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

results

The search page of results.

Source
status

Job status: "Running" or "Stopped" (see SearchStatus::State).

Source
total

Total number of results available for the job.

Source