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

17 lines
540 B
Markdown

# GetSearchResultsWriter
## Example Usage
```typescript
import { GetSearchResultsWriter } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetSearchResultsWriter = {
tag: "David Koepp",
};
```
## Fields
| Field | Type | Required | Description | Example |
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
| `tag` | *string* | :heavy_minus_sign: | N/A | David Koepp |