# 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
| Crime |