GatheringRegistrationsParams

@Serializable
data class GatheringRegistrationsParams(val gatheringId: String, val status: String? = null, val cursor: String? = null, val limit: Int? = null)

聚会报名列表参数 用于聚会报名列表接口的请求参数

Parameters

gatheringId

聚会 ID

status

报名状态筛选(可选)

cursor

分页游标(可选)

limit

返回数量限制(可选)

Constructors

Link copied to clipboard
constructor(gatheringId: String, status: String? = null, cursor: String? = null, limit: Int? = null)

Properties

Link copied to clipboard
val cursor: String? = null

分页游标

Link copied to clipboard

聚会 ID

Link copied to clipboard
val limit: Int? = null

返回数量限制

Link copied to clipboard
val status: String? = null

报名状态筛选