mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-10 12:37:45 +00:00
17 lines
790 B
Markdown
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 | |