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

19 lines
622 B
Markdown

# GetIdDownloadRequest
## Example Usage
```typescript
import { GetIdDownloadRequest } from "prowlarr/models/operations";
let value: GetIdDownloadRequest = {
id: 895787,
};
```
## 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 |