GatheringDetailResponse

@Serializable
data class GatheringDetailResponse(val success: Boolean, val data: GatheringDetailData, val requestId: String)

聚会详情响应。

Constructors

Link copied to clipboard
constructor(success: Boolean, data: GatheringDetailData, requestId: String)

Properties

Link copied to clipboard
@SerialName(value = "data")
val data: GatheringDetailData

聚会详情数据

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

请求 ID

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

请求是否成功