mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
16 lines
1.4 KiB
Markdown
16 lines
1.4 KiB
Markdown
# PostApiV1DownloadclientRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { PostApiV1DownloadclientRequest } from "prowlarr/models/operations";
|
|
|
|
let value: PostApiV1DownloadclientRequest = {};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- |
|
|
| `forceSave` | *boolean* | :heavy_minus_sign: | N/A |
|
|
| `downloadClientResource` | [models.DownloadClientResource](../../models/downloadclientresource.md) | :heavy_minus_sign: | N/A | |