Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 1.65 KB

AnalyticsDataPoint.md

File metadata and controls

65 lines (34 loc) · 1.65 KB

AnalyticsDataPoint

Properties

Name Type Description Notes
Total Pointer to float32
Influenced Pointer to float32

Methods

GetTotal

func (o *AnalyticsDataPoint) GetTotal() float32

GetTotal returns the Total field if non-nil, zero value otherwise.

GetTotalOk

func (o *AnalyticsDataPoint) GetTotalOk() (float32, bool)

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

HasTotal

func (o *AnalyticsDataPoint) HasTotal() bool

HasTotal returns a boolean if a field has been set.

SetTotal

func (o *AnalyticsDataPoint) SetTotal(v float32)

SetTotal gets a reference to the given float32 and assigns it to the Total field.

GetInfluenced

func (o *AnalyticsDataPoint) GetInfluenced() float32

GetInfluenced returns the Influenced field if non-nil, zero value otherwise.

GetInfluencedOk

func (o *AnalyticsDataPoint) GetInfluencedOk() (float32, bool)

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

HasInfluenced

func (o *AnalyticsDataPoint) HasInfluenced() bool

HasInfluenced returns a boolean if a field has been set.

SetInfluenced

func (o *AnalyticsDataPoint) SetInfluenced(v float32)

SetInfluenced gets a reference to the given float32 and assigns it to the Influenced field.

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