Files
Prowlarr-TS-SDK/docs/models/indexerresourceinput.md
2025-05-16 17:01:58 -05:00

13 KiB
Raw Blame History

IndexerResourceInput

Example Usage

import { IndexerResourceInput } from "prowlarr";

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