mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-10 04:21:03 +00:00
15 lines
3.0 KiB
Markdown
15 lines
3.0 KiB
Markdown
# Marker
|
|
|
|
The final status of the marker
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ |
|
|
| `id` | *int* | :heavy_check_mark: | N/A | 306970 |
|
|
| `type` | *str* | :heavy_check_mark: | N/A | credits |
|
|
| `start_time_offset` | *int* | :heavy_check_mark: | N/A | 4176050 |
|
|
| `end_time_offset` | *int* | :heavy_check_mark: | N/A | 4393389 |
|
|
| `final` | *Optional[bool]* | :heavy_minus_sign: | N/A | true |
|
|
| `attributes` | [Optional[operations.Attributes]](../../models/operations/attributes.md) | :heavy_minus_sign: | Attributes associated with the marker. | | |