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
/
GatheringRegistrationsData
Gathering
Registrations
Data
@
Serializable
data
class
GatheringRegistrationsData
(
val
gatheringId
:
String
,
val
registrations
:
List
<
RegistrationData
>
,
val
totalCount
:
Int
)
聚会报名列表数据
Parameters
gathering
Id
聚会 ID
registrations
报名列表
total
Count
总人数
Members
Constructors
Gathering
Registrations
Data
Link copied to clipboard
constructor
(
gatheringId
:
String
,
registrations
:
List
<
RegistrationData
>
,
totalCount
:
Int
)
Properties
gathering
Id
Link copied to clipboard
@
SerialName
(
value
=
"gatheringId"
)
val
gatheringId
:
String
registrations
Link copied to clipboard
@
SerialName
(
value
=
"registrations"
)
val
registrations
:
List
<
RegistrationData
>
total
Count
Link copied to clipboard
@
SerialName
(
value
=
"totalCount"
)
val
totalCount
:
Int