mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
969 B
969 B
Device
Example Usage
import { Device } from "@lukehagar/plexjs/sdk/models/operations";
let value: Device = {
id: 1,
name: "iPhone",
platform: "iOS",
createdAt: 1654131230,
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
number | ➖ | N/A | 1 |
name |
string | ➖ | N/A | iPhone |
platform |
string | ➖ | N/A | iOS |
clientIdentifier |
string | ➖ | N/A | |
createdAt |
number | ➖ | N/A | 1654131230 |