mirror of
https://github.com/LukeHagar/plexruby.git
synced 2025-12-09 12:47:44 +00:00
4.7 KiB
4.7 KiB
GetMediaMetaDataMarker
The final status of the marker
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
::Integer | ✔️ | N/A | 306970 |
type |
::String | ✔️ | N/A | credits |
start_time_offset |
::Integer | ✔️ | N/A | 4176050 |
end_time_offset |
::Integer | ✔️ | N/A | 4393389 |
final |
T.nilable(T::Boolean) | ➖ | N/A | true |
attributes |
T.nilable(Models::Operations::GetMediaMetaDataAttributes) | ➖ | Attributes associated with the marker. |