Files
plexjs/docs/models/statisticsbandwidth.md

1.1 KiB
Raw Blame History

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