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