mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
21 lines
1.2 KiB
Markdown
21 lines
1.2 KiB
Markdown
# GetMediaMetaDataAttributes
|
|
|
|
Attributes associated with the marker.
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetMediaMetaDataAttributes } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: GetMediaMetaDataAttributes = {
|
|
id: 306970,
|
|
version: 4,
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| -------------------------------------------- | -------------------------------------------- | -------------------------------------------- | -------------------------------------------- | -------------------------------------------- |
|
|
| `id` | *number* | :heavy_check_mark: | The identifier for the attributes. | 306970 |
|
|
| `version` | *number* | :heavy_minus_sign: | The version number of the marker attributes. | 4 | |