mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 20:47:47 +00:00
Normalized imports, regenerated
This commit is contained in:
17
docs/sdk/models/operations/getsearchresultsrequest.md
Normal file
17
docs/sdk/models/operations/getsearchresultsrequest.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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 |
|
||||
Reference in New Issue
Block a user