# GetAllLanguagesResponse ## Example Usage ```typescript import { GetAllLanguagesResponse } from "@lukehagar/plexjs/models/operations"; let value: GetAllLanguagesResponse = { headers: {}, result: {}, }; ``` ## Fields | Field | Type | Required | Description | | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ | | `headers` | Record | :heavy_check_mark: | N/A | | `result` | [operations.GetAllLanguagesResponseBody](../../models/operations/getalllanguagesresponsebody.md) | :heavy_check_mark: | N/A |