Files
plexjs/docs/sdk/models/operations/statisticsbandwidth.md

1.1 KiB
Raw Blame History

StatisticsBandwidth

Example Usage

import { StatisticsBandwidth } from "@lukehagar/plexjs/sdk/models/operations";

let value: StatisticsBandwidth = {
  accountID: 238960586,
  deviceID: 208,
  timespan: 6,
  at: 1718387650,
  lan: true,
  bytes: 22,
};

Fields

Field Type Required Description Example
accountID number N/A 238960586
deviceID number N/A 208
timespan number N/A 6
at number N/A 1718387650
lan boolean N/A true
bytes number N/A 22