initial generation

This commit is contained in:
Luke Hagar
2025-05-16 17:01:58 -05:00
parent a151324ae9
commit 5994271d04
690 changed files with 61620 additions and 0 deletions

View 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 |