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
/
DiscoveryLocationInfo
Discovery
Location
Info
@
Serializable
data
class
DiscoveryLocationInfo
(
val
id
:
String
,
val
name
:
String
,
val
count
:
Int
)
Discovery 地区信息 表示一个地区的信息
Parameters
id
地区 ID
name
地区名称
count
用户数量
Members
Constructors
Discovery
Location
Info
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
count
:
Int
)
Properties
count
Link copied to clipboard
@
SerialName
(
value
=
"count"
)
val
count
:
Int
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
String
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String