mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
17 lines
583 B
Markdown
17 lines
583 B
Markdown
# GetDownloadQueueMediaResponse
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetDownloadQueueMediaResponse } from "@lukehagar/plexjs/models/operations";
|
|
|
|
let value: GetDownloadQueueMediaResponse = {
|
|
headers: {},
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| -------------------------- | -------------------------- | -------------------------- | -------------------------- |
|
|
| `headers` | Record<string, *string*[]> | :heavy_check_mark: | N/A | |