mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
30 lines
1.3 KiB
Markdown
30 lines
1.3 KiB
Markdown
# GetDevicesResponseBody
|
|
|
|
Devices
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetDevicesResponseBody } from "@lukehagar/plexjs";
|
|
|
|
let value: GetDevicesResponseBody = {
|
|
mediaContainer: {
|
|
size: 151,
|
|
identifier: "com.plexapp.system.devices",
|
|
device: [
|
|
{
|
|
id: 1,
|
|
name: "iPhone",
|
|
platform: "iOS",
|
|
createdAt: 1654131230,
|
|
},
|
|
],
|
|
},
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ |
|
|
| `mediaContainer` | [models.GetDevicesMediaContainer](../models/getdevicesmediacontainer.md) | :heavy_minus_sign: | N/A | |