GatheringNearbyResponse

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

聚会附近响应 端点:GET /api/proxy/furtv/gatherings/nearby

Constructors

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

Properties

Link copied to clipboard
@SerialName(value = "data")
val data: List<GatheringNearbyItem>
Link copied to clipboard
@SerialName(value = "requestId")
val requestId: String
Link copied to clipboard
@SerialName(value = "success")
val success: Boolean