struct

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

Instance methods

id

Id of the newly started search job.

Source