fursuit-tv-sdk
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
fursuit-tv-sdk
fursuit-tv-sdk
/
com.furrist.rp.furtv.sdk.search
/
LocationInfo
Location
Info
@
Serializable
data
class
LocationInfo
(
val
province
:
String
,
val
city
:
String
?
=
null
,
val
count
:
Int
)
地区信息 表示一个地区的信息
Parameters
province
省份
city
城市
count
用户数量
Members
Constructors
Location
Info
Link copied to clipboard
constructor
(
province
:
String
,
city
:
String
?
=
null
,
count
:
Int
)
Properties
city
Link copied to clipboard
val
city
:
String
?
=
null
count
Link copied to clipboard
val
count
:
Int
province
Link copied to clipboard
val
province
:
String