mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.541.2
This commit is contained in:
32
docs/sdk/models/operations/marker.md
Normal file
32
docs/sdk/models/operations/marker.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# Marker
|
||||
|
||||
The final status of the marker
|
||||
|
||||
## Example Usage
|
||||
|
||||
```typescript
|
||||
import { Marker } from "@lukehagar/plexjs/sdk/models/operations";
|
||||
|
||||
let value: Marker = {
|
||||
id: 306970,
|
||||
type: "credits",
|
||||
startTimeOffset: 4176050,
|
||||
endTimeOffset: 4393389,
|
||||
final: true,
|
||||
attributes: {
|
||||
id: 306970,
|
||||
version: 4,
|
||||
},
|
||||
};
|
||||
```
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| --------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------- |
|
||||
| `id` | *number* | :heavy_check_mark: | N/A | 306970 |
|
||||
| `type` | *string* | :heavy_check_mark: | N/A | credits |
|
||||
| `startTimeOffset` | *number* | :heavy_check_mark: | N/A | 4176050 |
|
||||
| `endTimeOffset` | *number* | :heavy_check_mark: | N/A | 4393389 |
|
||||
| `final` | *boolean* | :heavy_minus_sign: | N/A | true |
|
||||
| `attributes` | [operations.Attributes](../../../sdk/models/operations/attributes.md) | :heavy_minus_sign: | Attributes associated with the marker. | |
|
||||
Reference in New Issue
Block a user