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