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