github.com/muxinc/mux-go@v1.1.1/model_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 BreakdownValue struct { 7 Views int64 `json:"views,omitempty"` 8 Value float64 `json:"value,omitempty"` 9 TotalWatchTime int64 `json:"total_watch_time,omitempty"` 10 NegativeImpact int32 `json:"negative_impact,omitempty"` 11 Field string `json:"field,omitempty"` 12 }