Files
plexjs/docs/models/operations/removedevicefromdvrresponse.md

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 |