fursuit-tv-sdk
Toggle table of contents
0.2.2
common
Target filter
common
Switch theme
Search in API
Skip to content
fursuit-tv-sdk
fursuit-tv-sdk
/
com.furrist.rp.furtv.sdk.search
/
CityInfo
City
Info
@
Serializable
data
class
CityInfo
(
val
province
:
String
,
val
city
:
String
,
val
count
:
Int
)
A city with its province and user count.
Members
Constructors
City
Info
Link copied to clipboard
constructor
(
province
:
String
,
city
:
String
,
count
:
Int
)
Properties
city
Link copied to clipboard
@
SerialName
(
value
=
"city"
)
val
city
:
String
count
Link copied to clipboard
@
SerialName
(
value
=
"count"
)
val
count
:
Int
province
Link copied to clipboard
@
SerialName
(
value
=
"province"
)
val
province
:
String