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