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.gathering
/
RegistrationStatsData
Registration
Stats
Data
@
Serializable
data
class
RegistrationStatsData
(
val
total
:
Int
,
val
approved
:
Int
,
val
pending
:
Int
,
val
checkedIn
:
Int
,
val
capacity
:
Int
?
=
null
)
报名统计数据
Parameters
total
总报名人数
approved
已批准人数
pending
待审核人数
checked
In
已签到人数
capacity
容量限制(可选)
Members
Constructors
Registration
Stats
Data
Link copied to clipboard
constructor
(
total
:
Int
,
approved
:
Int
,
pending
:
Int
,
checkedIn
:
Int
,
capacity
:
Int
?
=
null
)
Properties
approved
Link copied to clipboard
@
SerialName
(
value
=
"approved"
)
val
approved
:
Int
capacity
Link copied to clipboard
@
SerialName
(
value
=
"capacity"
)
val
capacity
:
Int
?
=
null
checked
In
Link copied to clipboard
@
SerialName
(
value
=
"checkedIn"
)
val
checkedIn
:
Int
pending
Link copied to clipboard
@
SerialName
(
value
=
"pending"
)
val
pending
:
Int
total
Link copied to clipboard
@
SerialName
(
value
=
"total"
)
val
total
:
Int