mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
initial generation
This commit is contained in:
19
docs/models/downloadclientbulkresource.md
Normal file
19
docs/models/downloadclientbulkresource.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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 |
|
||||
Reference in New Issue
Block a user