github.com/muxinc/mux-go@v1.1.1/model_get_real_time_histogram_timeseries_response.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 GetRealTimeHistogramTimeseriesResponse struct {
     7  	Meta          GetRealTimeHistogramTimeseriesResponseMeta `json:"meta,omitempty"`
     8  	Data          []RealTimeHistogramTimeseriesDatapoint     `json:"data,omitempty"`
     9  	TotalRowCount int64                                      `json:"total_row_count,omitempty"`
    10  	Timeframe     []int64                                    `json:"timeframe,omitempty"`
    11  }