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
/
GatheringRegistrationStats
Gathering
Registration
Stats
@
Serializable
data
class
GatheringRegistrationStats
(
val
totalRegistrations
:
Int
?
=
null
,
val
approvedCount
:
Int
?
=
null
,
val
pendingCount
:
Int
?
=
null
)
聚会报名统计。
Members
Constructors
Gathering
Registration
Stats
Link copied to clipboard
constructor
(
totalRegistrations
:
Int
?
=
null
,
approvedCount
:
Int
?
=
null
,
pendingCount
:
Int
?
=
null
)
Properties
approved
Count
Link copied to clipboard
@
SerialName
(
value
=
"approved_count"
)
val
approvedCount
:
Int
?
已批准人数
pending
Count
Link copied to clipboard
@
SerialName
(
value
=
"pending_count"
)
val
pendingCount
:
Int
?
待审核人数
total
Registrations
Link copied to clipboard
@
SerialName
(
value
=
"total_registrations"
)
val
totalRegistrations
:
Int
?
总报名人数