mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
19 lines
1.6 KiB
Markdown
19 lines
1.6 KiB
Markdown
# SetDVRPreferencesDVR
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { SetDVRPreferencesDVR } from "@lukehagar/plexjs/models/operations";
|
|
|
|
let value: SetDVRPreferencesDVR = {};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------------------------------------ | ------------------------------------------------ | ------------------------------------------------ | ------------------------------------------------ |
|
|
| `device` | [shared.Device](../../models/shared/device.md)[] | :heavy_minus_sign: | N/A |
|
|
| `key` | *string* | :heavy_minus_sign: | N/A |
|
|
| `language` | *string* | :heavy_minus_sign: | N/A |
|
|
| `lineup` | *string* | :heavy_minus_sign: | N/A |
|
|
| `uuid` | *string* | :heavy_minus_sign: | N/A | |