github.com/muxinc/mux-go@v1.1.1/model_real_time_breakdown_value.go (about) 1 // Mux Go - Copyright 2019 Mux Inc. 2 // NOTE: This file is auto generated. Do not edit this file manually. 3 4 package muxgo 5 6 type RealTimeBreakdownValue struct { 7 Value string `json:"value,omitempty"` 8 NegativeImpact int64 `json:"negative_impact,omitempty"` 9 MetricValue float64 `json:"metric_value,omitempty"` 10 DisplayValue string `json:"display_value,omitempty"` 11 ConcurrentViewers int64 `json:"concurrent_viewers,omitempty"` 12 }