mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
26 lines
1.9 KiB
Markdown
26 lines
1.9 KiB
Markdown
# GetCountryRegionsResponse
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetCountryRegionsResponse } from "@lukehagar/plexjs/models/operations";
|
|
|
|
let value: GetCountryRegionsResponse = {
|
|
headers: {
|
|
"key": [
|
|
"<value 1>",
|
|
"<value 2>",
|
|
"<value 3>",
|
|
],
|
|
"key1": [],
|
|
},
|
|
result: {},
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
|
|
| `headers` | Record<string, *string*[]> | :heavy_check_mark: | N/A |
|
|
| `result` | [operations.GetCountryRegionsResponseBody](../../models/operations/getcountryregionsresponsebody.md) | :heavy_check_mark: | N/A | |