Name | Type | Description | Notes |
---|---|---|---|
Value | Pointer to float32 | ||
InfluencedRate | Pointer to float32 | ||
Trend | Pointer to float32 |
func (o *AnalyticsDataPointWithTrendAndInfluencedRate) GetValue() float32
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *AnalyticsDataPointWithTrendAndInfluencedRate) GetValueOk() (float32, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AnalyticsDataPointWithTrendAndInfluencedRate) HasValue() bool
HasValue returns a boolean if a field has been set.
func (o *AnalyticsDataPointWithTrendAndInfluencedRate) SetValue(v float32)
SetValue gets a reference to the given float32 and assigns it to the Value field.
func (o *AnalyticsDataPointWithTrendAndInfluencedRate) GetInfluencedRate() float32
GetInfluencedRate returns the InfluencedRate field if non-nil, zero value otherwise.
func (o *AnalyticsDataPointWithTrendAndInfluencedRate) GetInfluencedRateOk() (float32, bool)
GetInfluencedRateOk returns a tuple with the InfluencedRate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AnalyticsDataPointWithTrendAndInfluencedRate) HasInfluencedRate() bool
HasInfluencedRate returns a boolean if a field has been set.
func (o *AnalyticsDataPointWithTrendAndInfluencedRate) SetInfluencedRate(v float32)
SetInfluencedRate gets a reference to the given float32 and assigns it to the InfluencedRate field.
func (o *AnalyticsDataPointWithTrendAndInfluencedRate) GetTrend() float32
GetTrend returns the Trend field if non-nil, zero value otherwise.
func (o *AnalyticsDataPointWithTrendAndInfluencedRate) GetTrendOk() (float32, bool)
GetTrendOk returns a tuple with the Trend field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AnalyticsDataPointWithTrendAndInfluencedRate) HasTrend() bool
HasTrend returns a boolean if a field has been set.
func (o *AnalyticsDataPointWithTrendAndInfluencedRate) SetTrend(v float32)
SetTrend gets a reference to the given float32 and assigns it to the Trend field.