QBittorrent::Model::SearchJob
Inherits JSON::Serializable < Struct < Value < Object
The search/start response body: {"id": <int>} (see ext/api-map.md ยง2.6).
A thin wrapper used to decode the started job's id; callers of
Api::Search#start receive the bare Int32 id.
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Source