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.gathering
/
GatheringNearbyItem
Gathering
Nearby
Item
@
Serializable
data
class
GatheringNearbyItem
(
val
id
:
Int
,
val
title
:
String
,
val
eventDate
:
String
?
=
null
,
val
endDate
:
String
?
=
null
,
val
address
:
String
?
=
null
,
val
city
:
String
?
=
null
,
val
lat
:
Double
?
=
null
,
val
lng
:
Double
?
=
null
,
val
badges
:
List
<
GatheringBadge
>
?
=
null
,
val
isFurtvCoopDriven
:
Boolean
?
=
null
)
聚会附近项。
Members
Constructors
Gathering
Nearby
Item
Link copied to clipboard
constructor
(
id
:
Int
,
title
:
String
,
eventDate
:
String
?
=
null
,
endDate
:
String
?
=
null
,
address
:
String
?
=
null
,
city
:
String
?
=
null
,
lat
:
Double
?
=
null
,
lng
:
Double
?
=
null
,
badges
:
List
<
GatheringBadge
>
?
=
null
,
isFurtvCoopDriven
:
Boolean
?
=
null
)
Properties
address
Link copied to clipboard
@
SerialName
(
value
=
"address"
)
val
address
:
String
?
地址
badges
Link copied to clipboard
@
SerialName
(
value
=
"badges"
)
val
badges
:
List
<
GatheringBadge
>
?
徽章列表
city
Link copied to clipboard
@
SerialName
(
value
=
"city"
)
val
city
:
String
?
城市
end
Date
Link copied to clipboard
@
SerialName
(
value
=
"end_date"
)
val
endDate
:
String
?
结束日期
event
Date
Link copied to clipboard
@
SerialName
(
value
=
"event_date"
)
val
eventDate
:
String
?
活动日期
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
Int
聚会 ID
is
Furtv
Coop
Driven
Link copied to clipboard
@
SerialName
(
value
=
"is_furtv_coop_driven"
)
val
isFurtvCoopDriven
:
Boolean
?
是否为 Fursuit.TV 合作驱动
lat
Link copied to clipboard
@
SerialName
(
value
=
"lat"
)
val
lat
:
Double
?
纬度
lng
Link copied to clipboard
@
SerialName
(
value
=
"lng"
)
val
lng
:
Double
?
经度
title
Link copied to clipboard
@
SerialName
(
value
=
"title"
)
val
title
:
String
聚会标题