Skip to content

Latest commit

 

History

History
91 lines (48 loc) · 2.46 KB

AnalyticsDataPointWithTrendAndUplift.md

File metadata and controls

91 lines (48 loc) · 2.46 KB

AnalyticsDataPointWithTrendAndUplift

Properties

Name Type Description Notes
Value Pointer to float32
Uplift Pointer to float32
Trend Pointer to float32

Methods

GetValue

func (o *AnalyticsDataPointWithTrendAndUplift) GetValue() float32

GetValue returns the Value field if non-nil, zero value otherwise.

GetValueOk

func (o *AnalyticsDataPointWithTrendAndUplift) 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.

HasValue

func (o *AnalyticsDataPointWithTrendAndUplift) HasValue() bool

HasValue returns a boolean if a field has been set.

SetValue

func (o *AnalyticsDataPointWithTrendAndUplift) SetValue(v float32)

SetValue gets a reference to the given float32 and assigns it to the Value field.

GetUplift

func (o *AnalyticsDataPointWithTrendAndUplift) GetUplift() float32

GetUplift returns the Uplift field if non-nil, zero value otherwise.

GetUpliftOk

func (o *AnalyticsDataPointWithTrendAndUplift) GetUpliftOk() (float32, bool)

GetUpliftOk returns a tuple with the Uplift field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

HasUplift

func (o *AnalyticsDataPointWithTrendAndUplift) HasUplift() bool

HasUplift returns a boolean if a field has been set.

SetUplift

func (o *AnalyticsDataPointWithTrendAndUplift) SetUplift(v float32)

SetUplift gets a reference to the given float32 and assigns it to the Uplift field.

GetTrend

func (o *AnalyticsDataPointWithTrendAndUplift) GetTrend() float32

GetTrend returns the Trend field if non-nil, zero value otherwise.

GetTrendOk

func (o *AnalyticsDataPointWithTrendAndUplift) 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.

HasTrend

func (o *AnalyticsDataPointWithTrendAndUplift) HasTrend() bool

HasTrend returns a boolean if a field has been set.

SetTrend

func (o *AnalyticsDataPointWithTrendAndUplift) SetTrend(v float32)

SetTrend gets a reference to the given float32 and assigns it to the Trend field.

[Back to Model list] [Back to API list] [Back to README]