mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
1.5 KiB
1.5 KiB
GetBandwidthStatisticsDevice
Example Usage
import { GetBandwidthStatisticsDevice } from "@lukehagar/plexjs";
let value: GetBandwidthStatisticsDevice = {
id: 208,
name: "Roku Express",
platform: "Roku",
clientIdentifier: "793095d235660625108ef785cc7646e9",
createdAt: 1706470556,
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
number | ➖ | N/A | 208 |
name |
string | ➖ | N/A | Roku Express |
platform |
string | ➖ | N/A | Roku |
clientIdentifier |
string | ➖ | N/A | 793095d235660625108ef785cc7646e9 |
createdAt |
number | ➖ | N/A | 1706470556 |