CallStatsMapSubscribers

constructor(@Json(name = "locations") locations: List<CallStatsMapLocation> = emptyList(), @Json(name = "participants") participants: List<CallStatsMapSubscriber>? = emptyList())