GatheringNearbyModeData

@Serializable
data class GatheringNearbyModeData(val mode: String, val intentGatheringIds: List<String>)

聚会附近模式数据

Parameters

mode

模式

intentGatheringIds

意图聚会 ID 列表

Constructors

Link copied to clipboard
constructor(mode: String, intentGatheringIds: List<String>)

Properties

Link copied to clipboard
@SerialName(value = "intentGatheringIds")
val intentGatheringIds: List<String>
Link copied to clipboard
@SerialName(value = "mode")
val mode: String