mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
19 lines
1.4 KiB
Markdown
19 lines
1.4 KiB
Markdown
# DownloadClientBulkResource
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { DownloadClientBulkResource } from "prowlarr";
|
|
|
|
let value: DownloadClientBulkResource = {};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------------------------------ | ------------------------------------------ | ------------------------------------------ | ------------------------------------------ |
|
|
| `ids` | *number*[] | :heavy_minus_sign: | N/A |
|
|
| `tags` | *number*[] | :heavy_minus_sign: | N/A |
|
|
| `applyTags` | [models.ApplyTags](../models/applytags.md) | :heavy_minus_sign: | N/A |
|
|
| `enable` | *boolean* | :heavy_minus_sign: | N/A |
|
|
| `priority` | *number* | :heavy_minus_sign: | N/A | |