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