mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
13 KiB
13 KiB
IndexerResourceInput
Example Usage
import { IndexerResourceInput } from "prowlarr/models";
let value: IndexerResourceInput = {};
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.IndexerResourceInput[] | ➖ | N/A |
indexerUrls |
string[] | ➖ | N/A |
legacyUrls |
string[] | ➖ | N/A |
definitionName |
string | ➖ | N/A |
description |
string | ➖ | N/A |
language |
string | ➖ | N/A |
encoding |
string | ➖ | N/A |
enable |
boolean | ➖ | N/A |
redirect |
boolean | ➖ | N/A |
supportsRss |
boolean | ➖ | N/A |
supportsSearch |
boolean | ➖ | N/A |
supportsRedirect |
boolean | ➖ | N/A |
supportsPagination |
boolean | ➖ | N/A |
appProfileId |
number | ➖ | N/A |
protocol |
models.DownloadProtocol | ➖ | N/A |
privacy |
models.IndexerPrivacy | ➖ | N/A |
capabilities |
models.IndexerCapabilityResourceInput | ➖ | N/A |
priority |
number | ➖ | N/A |
downloadClientId |
number | ➖ | N/A |
added |
Date | ➖ | N/A |
status |
models.IndexerStatusResource | ➖ | N/A |
sortName |
string | ➖ | N/A |