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