# GetLibrarySectionsAllRole ## Example Usage ```typescript import { GetLibrarySectionsAllRole } from "@lukehagar/plexjs/sdk/models/operations"; let value: GetLibrarySectionsAllRole = { tag: "Teller", }; ``` ## Fields | Field | Type | Required | Description | Example | | ----------------------------------------------------------- | ----------------------------------------------------------- | ----------------------------------------------------------- | ----------------------------------------------------------- | ----------------------------------------------------------- | | `tag` | *string* | :heavy_check_mark: | The display tag for the actor (typically the actor's name). | Teller |