mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
23 lines
890 B
Markdown
23 lines
890 B
Markdown
# Similar
|
|
|
|
The display tag for the similar item, typically the title.
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { Similar } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: Similar = {
|
|
id: 259,
|
|
filter: "similar=259",
|
|
tag: "Criss Angel Mindfreak",
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| --------------------- | --------------------- | --------------------- | --------------------- | --------------------- |
|
|
| `id` | *number* | :heavy_check_mark: | N/A | 259 |
|
|
| `filter` | *string* | :heavy_check_mark: | N/A | similar=259 |
|
|
| `tag` | *string* | :heavy_check_mark: | N/A | Criss Angel Mindfreak | |