QBittorrent::Model::Tracker
Inherits JSON::Serializable < Struct < Value < Object
A tracker entry for a torrent, as returned by torrents/trackers (see
ext/api-map.md ยง3). The list also includes synthetic ** [DHT] **,
** [PeX] ** and ** [LSD] ** pseudo-rows (with tier -1).
status decodes through the tolerant TrackerStatusConverter, so an
unknown/null status becomes nil instead of raising. Fields are nilable
to tolerate partial payloads and build drift.
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Source