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.model
/
GatheringRegistrationsParams
Gathering
Registrations
Params
@
Serializable
data
class
GatheringRegistrationsParams
(
val
gatheringId
:
String
,
val
status
:
String
?
=
null
,
val
cursor
:
String
?
=
null
,
val
limit
:
Int
?
=
null
)
聚会报名列表参数 用于聚会报名列表接口的请求参数
Parameters
gathering
Id
聚会 ID
status
报名状态筛选(可选)
cursor
分页游标(可选)
limit
返回数量限制(可选)
Members
Constructors
Gathering
Registrations
Params
Link copied to clipboard
constructor
(
gatheringId
:
String
,
status
:
String
?
=
null
,
cursor
:
String
?
=
null
,
limit
:
Int
?
=
null
)
Properties
cursor
Link copied to clipboard
val
cursor
:
String
?
=
null
分页游标
gathering
Id
Link copied to clipboard
val
gatheringId
:
String
聚会 ID
limit
Link copied to clipboard
val
limit
:
Int
?
=
null
返回数量限制
status
Link copied to clipboard
val
status
:
String
?
=
null
报名状态筛选