GatheringYearStatsData

@Serializable
data class GatheringYearStatsData(val total: Int)

聚会年度统计数据。

Constructors

Link copied to clipboard
constructor(total: Int)

Properties

Link copied to clipboard
@SerialName(value = "total")
val total: Int

聚会总数