GatheringMonthlyResponse

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

聚会月历响应 端点:GET /api/proxy/furtv/gatherings/monthly

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
Link copied to clipboard
@SerialName(value = "success")
val success: Boolean