mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
1.1 KiB
1.1 KiB
StatisticsBandwidth
Example Usage
import { StatisticsBandwidth } from "@lukehagar/plexjs";
let value: StatisticsBandwidth = {
accountID: 238960586,
timespan: 6,
at: 1718387650,
lan: true,
bytes: 22,
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
accountID |
number | ➖ | N/A | 238960586 |
deviceID |
number | ➖ | N/A | |
timespan |
number | ➖ | N/A | 6 |
at |
number | ➖ | N/A | 1718387650 |
lan |
boolean | ➖ | N/A | true |
bytes |
number | ➖ | N/A | 22 |