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

19 lines
655 B
Markdown

# GetLibraryItemsOperator
## Example Usage
```typescript
import { GetLibraryItemsOperator } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetLibraryItemsOperator = {
key: "=",
title: "is",
};
```
## Fields
| Field | Type | Required | Description | Example |
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
| `key` | *string* | :heavy_check_mark: | N/A | = |
| `title` | *string* | :heavy_check_mark: | N/A | is |