mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
25 lines
2.0 KiB
Markdown
25 lines
2.0 KiB
Markdown
# RemoveDeviceFromDVRResponse
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { RemoveDeviceFromDVRResponse } from "@lukehagar/plexjs/models/operations";
|
|
|
|
let value: RemoveDeviceFromDVRResponse = {
|
|
headers: {
|
|
"key": [],
|
|
"key1": [],
|
|
"key2": [
|
|
"<value 1>",
|
|
],
|
|
},
|
|
result: {},
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
|
|
| `headers` | Record<string, *string*[]> | :heavy_check_mark: | N/A |
|
|
| `result` | [operations.RemoveDeviceFromDVRResponseBody](../../models/operations/removedevicefromdvrresponsebody.md) | :heavy_check_mark: | N/A | |