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

19 lines
1.5 KiB
Markdown

# ListDevicesResponse
## Example Usage
```typescript
import { ListDevicesResponse } from "@lukehagar/plexjs/models/operations";
let value: ListDevicesResponse = {
headers: {},
result: {},
};
```
## Fields
| Field | Type | Required | Description |
| ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
| `headers` | Record<string, *string*[]> | :heavy_check_mark: | N/A |
| `result` | [shared.MediaContainerWithDevice](../../models/shared/mediacontainerwithdevice.md) | :heavy_check_mark: | N/A |