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