GatheringMonthlyResponse

@Serializable
data class GatheringMonthlyResponse(val success: Boolean, val data: List<GatheringMonthlyItem>, val requestId: String)

聚会月历响应。

Constructors

Link copied to clipboard
constructor(success: Boolean, data: List<GatheringMonthlyItem>, requestId: String)

Properties

Link copied to clipboard
@SerialName(value = "data")
val data: List<GatheringMonthlyItem>

月历聚会列表

Link copied to clipboard
@SerialName(value = "requestId")
val requestId: String

请求 ID

Link copied to clipboard
@SerialName(value = "success")
val success: Boolean

请求是否成功