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

17 lines
550 B
Markdown

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