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

17 lines
790 B
Markdown

# GetLibrarySectionsAllGenre
## Example Usage
```typescript
import { GetLibrarySectionsAllGenre } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetLibrarySectionsAllGenre = {
tag: "Crime",
};
```
## Fields
| Field | Type | Required | Description | Example |
| ---------------------------------- | ---------------------------------- | ---------------------------------- | ---------------------------------- | ---------------------------------- |
| `tag` | *string* | :heavy_check_mark: | The genre name of this media-item<br/> | Crime |