slink-zero
0.7.8
slink-zero
/
io.slink.iso3166
/
Country
Country
data
class
Country
(
val
alpha2Code
:
String
,
val
alpha3Code
:
String
,
val
name
:
String
,
val
otherNames
:
List
<
String
>
)
Types
Constructors
Properties
Constructors
Country
Link copied to clipboard
fun
Country
(
alpha2Code
:
String
,
alpha3Code
:
String
,
name
:
String
,
otherNames
:
List
<
String
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
alpha2Code
Link copied to clipboard
val
alpha2Code
:
String
alpha3Code
Link copied to clipboard
val
alpha3Code
:
String
name
Link copied to clipboard
val
name
:
String
other
Names
Link copied to clipboard
val
otherNames
:
List
<
String
>