mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
2.0 KiB
2.0 KiB
GetDevicesMediaContainer
Example Usage
import { GetDevicesMediaContainer } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetDevicesMediaContainer = {
size: 151,
identifier: "com.plexapp.system.devices",
device: [
{
id: 1,
name: "iPhone",
platform: "iOS",
createdAt: 1654131230,
},
],
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
size |
number | ➖ | N/A | 151 |
identifier |
string | ➖ | N/A | com.plexapp.system.devices |
device |
operations.Device[] | ➖ | N/A |