mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
17 lines
1.5 KiB
Markdown
17 lines
1.5 KiB
Markdown
# MediaGuid
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { MediaGuid } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: MediaGuid = {
|
|
id: "imdb://tt13015952",
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
|
|
| `id` | *string* | :heavy_check_mark: | Can be one of the following formats:<br/>imdb://tt13015952, tmdb://2434012, tvdb://7945991<br/> | imdb://tt13015952 | |