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

21 lines
1.3 KiB
Markdown

# GetLibraryItemsSimilar
## Example Usage
```typescript
import { GetLibraryItemsSimilar } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetLibraryItemsSimilar = {
id: 26,
filter: "similar=26",
tag: "Breaking Bad",
};
```
## Fields
| Field | Type | Required | Description | Example |
| ---------------------------------------- | ---------------------------------------- | ---------------------------------------- | ---------------------------------------- | ---------------------------------------- |
| `id` | *number* | :heavy_check_mark: | The unique similar item identifier. | 26 |
| `filter` | *string* | :heavy_check_mark: | The filter string for similar items. | similar=26 |
| `tag` | *string* | :heavy_check_mark: | The tag or title of the similar content. | Breaking Bad |