mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
5.0 KiB
5.0 KiB
DownloadClientResource
Example Usage
import { DownloadClientResource } from "prowlarr";
let value: DownloadClientResource = {};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id |
number | ➖ | N/A |
name |
string | ➖ | N/A |
fields |
models.Field[] | ➖ | N/A |
implementationName |
string | ➖ | N/A |
implementation |
string | ➖ | N/A |
configContract |
string | ➖ | N/A |
infoLink |
string | ➖ | N/A |
message |
models.ProviderMessage | ➖ | N/A |
tags |
number[] | ➖ | N/A |
presets |
models.DownloadClientResource[] | ➖ | N/A |
enable |
boolean | ➖ | N/A |
protocol |
models.DownloadProtocol | ➖ | N/A |
priority |
number | ➖ | N/A |
categories |
models.DownloadClientCategory[] | ➖ | N/A |
supportsCategories |
boolean | ➖ | N/A |