mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
3.5 KiB
3.5 KiB
GetBandwidthStatisticsAccount
Example Usage
import { GetBandwidthStatisticsAccount } from "@lukehagar/plexjs/sdk/models/operations";
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 |