mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
4.5 KiB
4.5 KiB
GetMediaMetaDataMarker
The final status of the marker
Example Usage
import { GetMediaMetaDataMarker } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetMediaMetaDataMarker = {
id: 306970,
type: "credits",
startTimeOffset: 4176050,
endTimeOffset: 4393389,
final: true,
attributes: {
id: 306970,
version: 4,
},
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
number | ✔️ | N/A | 306970 |
type |
string | ✔️ | N/A | credits |
startTimeOffset |
number | ✔️ | N/A | 4176050 |
endTimeOffset |
number | ✔️ | N/A | 4393389 |
final |
boolean | ➖ | N/A | true |
attributes |
operations.GetMediaMetaDataAttributes | ➖ | Attributes associated with the marker. |