Country

data class Country(val code: String, val name: TextWithPhonetics)

Country information.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

code

ISO 3166-1 alpha-3 code of the country.

name

Country name and phonetics.

Constructors

Link copied to clipboard
fun Country(code: String, name: TextWithPhonetics)

Properties

Link copied to clipboard
Link copied to clipboard