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

6.7 KiB
Raw Blame History

NotificationResource

Example Usage

import { NotificationResource } from "prowlarr";

let value: NotificationResource = {};

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.NotificationResource[] N/A
link string N/A
onGrab boolean N/A
onHealthIssue boolean N/A
onHealthRestored boolean N/A
onApplicationUpdate boolean N/A
supportsOnGrab boolean N/A
includeManualGrabs boolean N/A
supportsOnHealthIssue boolean N/A
supportsOnHealthRestored boolean N/A
includeHealthWarnings boolean N/A
supportsOnApplicationUpdate boolean N/A
testCommand string N/A