mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
10 KiB
10 KiB
GetCountriesCountry
Example Usage
import { GetCountriesCountry } from "@lukehagar/plexjs/models/operations";
let value: GetCountriesCountry = {};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
code |
string | ➖ | Three letter code |
example |
string | ➖ | N/A |
flavor |
operations.Flavor | ➖ | - 0: The country is divided into regions, and following the key will lead to a list of regions.- 1: The county is divided by postal codes, and an example code is returned in example.- 2: The country has a single postal code, returned in example. |
key |
string | ➖ | N/A |
language |
string | ➖ | Three letter language code |
languageTitle |
string | ➖ | The title of the language |
title |
string | ➖ | N/A |
type |
string | ➖ | N/A |