mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
17 lines
719 B
Markdown
17 lines
719 B
Markdown
# GetSearchResultsRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetSearchResultsRequest } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: GetSearchResultsRequest = {
|
|
query: "110",
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ------------------------------ | ------------------------------ | ------------------------------ | ------------------------------ | ------------------------------ |
|
|
| `query` | *string* | :heavy_check_mark: | The search query string to use | 110 | |