ParticipantSeriesSubscriptionTrackMetrics
data class ParticipantSeriesSubscriptionTrackMetrics(@Json(name = "publisher_user_id") val publisherUserId: String, @Json(name = "publisher_name") val publisherName: String? = null, @Json(name = "publisher_user_session_id") val publisherUserSessionId: String? = null, @Json(name = "tracks") val tracks: Map<String, List<ParticipantSeriesTrackMetrics>>? = emptyMap())
Constructors
Link copied to clipboard
constructor(@Json(name = "publisher_user_id") publisherUserId: String, @Json(name = "publisher_name") publisherName: String? = null, @Json(name = "publisher_user_session_id") publisherUserSessionId: String? = null, @Json(name = "tracks") tracks: Map<String, List<ParticipantSeriesTrackMetrics>>? = emptyMap())