# GetSearchAllLibrariesMediaGuid ## Example Usage ```typescript import { GetSearchAllLibrariesMediaGuid } from "@lukehagar/plexjs/sdk/models/operations"; let value: GetSearchAllLibrariesMediaGuid = { id: "imdb://tt13015952", }; ``` ## Fields | Field | Type | Required | Description | Example | | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | | `id` | *string* | :heavy_check_mark: | Can be one of the following formats:
imdb://tt13015952, tmdb://2434012, tvdb://7945991
| imdb://tt13015952 |