mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 12:47:46 +00:00
1.3 KiB
1.3 KiB
PostApiV1NotificationActionNameRequest
Example Usage
import { PostApiV1NotificationActionNameRequest } from "prowlarr/models/operations";
let value: PostApiV1NotificationActionNameRequest = {
name: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
name |
string | ✔️ | N/A |
notificationResource |
models.NotificationResource | ➖ | N/A |