GatheringRegistrationsParams

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

聚会报名列表参数。

Parameters

gatheringId

聚会 ID

status

报名状态筛选(可选)

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val limit: Int?
Link copied to clipboard