mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
1.4 KiB
1.4 KiB
PostApiV1DownloadclientActionNameRequest
Example Usage
import { PostApiV1DownloadclientActionNameRequest } from "prowlarr/models/operations";
let value: PostApiV1DownloadclientActionNameRequest = {
name: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
name |
string | ✔️ | N/A |
downloadClientResource |
models.DownloadClientResource | ➖ | N/A |