github.com/muxinc/mux-go@v1.1.1/model_real_time_histogram_timeseries_bucket_values.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 RealTimeHistogramTimeseriesBucketValues struct {
     7  	Percentage float64 `json:"percentage,omitempty"`
     8  	Count      int64   `json:"count,omitempty"`
     9  }