mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
1.2 KiB
1.2 KiB
StatisticsMedia
Example Usage
import { StatisticsMedia } from "@lukehagar/plexjs/sdk/models/operations";
let value: StatisticsMedia = {
accountID: 1,
deviceID: 13,
timespan: 4,
at: 1707141600,
metadataType: 4,
count: 1,
duration: 1555,
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
accountID |
number | ➖ | N/A | 1 |
deviceID |
number | ➖ | N/A | 13 |
timespan |
number | ➖ | N/A | 4 |
at |
number | ➖ | N/A | 1707141600 |
metadataType |
number | ➖ | N/A | 4 |
count |
number | ➖ | N/A | 1 |
duration |
number | ➖ | N/A | 1555 |