Files
plexjs/docs/sdk/models/operations/mediaguid.md

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 |