github.com/muxinc/mux-go@v1.1.1/model_score.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 Score struct { 7 WatchTime int64 `json:"watch_time,omitempty"` 8 ViewCount int64 `json:"view_count,omitempty"` 9 Name string `json:"name,omitempty"` 10 Value float64 `json:"value,omitempty"` 11 Metric string `json:"metric,omitempty"` 12 Items []Metric `json:"items,omitempty"` 13 }