mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
18 lines
1.7 KiB
Markdown
18 lines
1.7 KiB
Markdown
# ApplicationBulkResource
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { ApplicationBulkResource } from "prowlarr";
|
|
|
|
let value: ApplicationBulkResource = {};
|
|
```
|
|
|
|
## 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 |
|
|
| `syncLevel` | [models.ApplicationSyncLevel](../models/applicationsynclevel.md) | :heavy_minus_sign: | N/A | |