Name | Type | Description | Notes |
---|---|---|---|
Meta | Pointer to GetRealTimeHistogramTimeseriesResponseMeta | [optional] | |
Data | Pointer to []RealTimeHistogramTimeseriesDatapoint | [optional] | |
TotalRowCount | Pointer to int64 | [optional] | |
Timeframe | Pointer to []int64 | [optional] |
func NewGetRealTimeHistogramTimeseriesResponse() *GetRealTimeHistogramTimeseriesResponse
NewGetRealTimeHistogramTimeseriesResponse instantiates a new GetRealTimeHistogramTimeseriesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetRealTimeHistogramTimeseriesResponseWithDefaults() *GetRealTimeHistogramTimeseriesResponse
NewGetRealTimeHistogramTimeseriesResponseWithDefaults instantiates a new GetRealTimeHistogramTimeseriesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *GetRealTimeHistogramTimeseriesResponse) GetMeta() GetRealTimeHistogramTimeseriesResponseMeta
GetMeta returns the Meta field if non-nil, zero value otherwise.
func (o *GetRealTimeHistogramTimeseriesResponse) GetMetaOk() (*GetRealTimeHistogramTimeseriesResponseMeta, bool)
GetMetaOk returns a tuple with the Meta field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetRealTimeHistogramTimeseriesResponse) SetMeta(v GetRealTimeHistogramTimeseriesResponseMeta)
SetMeta sets Meta field to given value.
func (o *GetRealTimeHistogramTimeseriesResponse) HasMeta() bool
HasMeta returns a boolean if a field has been set.
func (o *GetRealTimeHistogramTimeseriesResponse) GetData() []RealTimeHistogramTimeseriesDatapoint
GetData returns the Data field if non-nil, zero value otherwise.
func (o *GetRealTimeHistogramTimeseriesResponse) GetDataOk() (*[]RealTimeHistogramTimeseriesDatapoint, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetRealTimeHistogramTimeseriesResponse) SetData(v []RealTimeHistogramTimeseriesDatapoint)
SetData sets Data field to given value.
func (o *GetRealTimeHistogramTimeseriesResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (o *GetRealTimeHistogramTimeseriesResponse) GetTotalRowCount() int64
GetTotalRowCount returns the TotalRowCount field if non-nil, zero value otherwise.
func (o *GetRealTimeHistogramTimeseriesResponse) GetTotalRowCountOk() (*int64, bool)
GetTotalRowCountOk returns a tuple with the TotalRowCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetRealTimeHistogramTimeseriesResponse) SetTotalRowCount(v int64)
SetTotalRowCount sets TotalRowCount field to given value.
func (o *GetRealTimeHistogramTimeseriesResponse) HasTotalRowCount() bool
HasTotalRowCount returns a boolean if a field has been set.
func (o *GetRealTimeHistogramTimeseriesResponse) GetTimeframe() []int64
GetTimeframe returns the Timeframe field if non-nil, zero value otherwise.
func (o *GetRealTimeHistogramTimeseriesResponse) GetTimeframeOk() (*[]int64, bool)
GetTimeframeOk returns a tuple with the Timeframe field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetRealTimeHistogramTimeseriesResponse) SetTimeframe(v []int64)
SetTimeframe sets Timeframe field to given value.
func (o *GetRealTimeHistogramTimeseriesResponse) HasTimeframe() bool
HasTimeframe returns a boolean if a field has been set.