Files
plexjs/docs/models/getbandwidthstatisticsaccount.md

3.4 KiB
Raw Blame History

GetBandwidthStatisticsAccount

Example Usage

import { GetBandwidthStatisticsAccount } from "@lukehagar/plexjs";

let value: GetBandwidthStatisticsAccount = {
    id: 238960586,
    key: "/accounts/238960586",
    name: "Diane",
    defaultAudioLanguage: "en",
    autoSelectAudio: true,
    defaultSubtitleLanguage: "en",
    subtitleMode: 1,
    thumb: "https://plex.tv/users/50d83634246da1de/avatar?c=1707110967",
};

Fields

Field Type Required Description Example
id number N/A 238960586
key string N/A /accounts/238960586
name string N/A Diane
defaultAudioLanguage string N/A en
autoSelectAudio boolean N/A true
defaultSubtitleLanguage string N/A en
subtitleMode number N/A 1
thumb string N/A https://plex.tv/users/50d83634246da1de/avatar?c=1707110967