Files
Prowlarr-TS-SDK/docs/models/downloadclientbulkresource.md

19 lines
1.4 KiB
Markdown

# DownloadClientBulkResource
## Example Usage
```typescript
import { DownloadClientBulkResource } from "prowlarr/models";
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 |