CallStatsMapSubscribers
data class CallStatsMapSubscribers(@Json(name = "locations") val locations: List<CallStatsMapLocation> = emptyList(), @Json(name = "participants") val participants: List<CallStatsMapSubscriber>? = emptyList())
Constructors
Link copied to clipboard
constructor(@Json(name = "locations") locations: List<CallStatsMapLocation> = emptyList(), @Json(name = "participants") participants: List<CallStatsMapSubscriber>? = emptyList())