mirror of
https://github.com/LukeHagar/plexgo.git
synced 2025-12-09 20:47:49 +00:00
15 lines
2.6 KiB
Markdown
15 lines
2.6 KiB
Markdown
# Marker
|
|
|
|
The final status of the marker
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- |
|
|
| `ID` | *int64* | :heavy_check_mark: | N/A | 306970 |
|
|
| `Type` | *string* | :heavy_check_mark: | N/A | credits |
|
|
| `StartTimeOffset` | *int64* | :heavy_check_mark: | N/A | 4176050 |
|
|
| `EndTimeOffset` | *int64* | :heavy_check_mark: | N/A | 4393389 |
|
|
| `Final` | **bool* | :heavy_minus_sign: | N/A | true |
|
|
| `Attributes` | [*operations.Attributes](../../models/operations/attributes.md) | :heavy_minus_sign: | Attributes associated with the marker. | | |