mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 12:47:46 +00:00
19 lines
658 B
Markdown
19 lines
658 B
Markdown
# GetApiV1IndexerIdDownloadRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetApiV1IndexerIdDownloadRequest } from "prowlarr/models/operations";
|
|
|
|
let value: GetApiV1IndexerIdDownloadRequest = {
|
|
id: 634018,
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------ | ------------------ | ------------------ | ------------------ |
|
|
| `id` | *number* | :heavy_check_mark: | N/A |
|
|
| `link` | *string* | :heavy_minus_sign: | N/A |
|
|
| `file` | *string* | :heavy_minus_sign: | N/A | |