Files
plexjs/docs/models/operations/getcountriesresponse.md

23 lines
1.7 KiB
Markdown

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