Files
Prowlarr-TS-SDK/docs/models/operations/getapiv1indexeriddownloadrequest.md
2025-05-16 17:01:58 -05:00

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 |