Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 1.93 KB

ApplicationAnalyticsDataPointAvgItemsPerSession.md

File metadata and controls

65 lines (34 loc) · 1.93 KB

ApplicationAnalyticsDataPointAvgItemsPerSession

Properties

Name Type Description Notes
Total Pointer to float32 [optional]
Influenced Pointer to float32 [optional]

Methods

GetTotal

func (o *ApplicationAnalyticsDataPointAvgItemsPerSession) GetTotal() float32

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

GetTotalOk

func (o *ApplicationAnalyticsDataPointAvgItemsPerSession) 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 *ApplicationAnalyticsDataPointAvgItemsPerSession) HasTotal() bool

HasTotal returns a boolean if a field has been set.

SetTotal

func (o *ApplicationAnalyticsDataPointAvgItemsPerSession) SetTotal(v float32)

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

GetInfluenced

func (o *ApplicationAnalyticsDataPointAvgItemsPerSession) GetInfluenced() float32

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

GetInfluencedOk

func (o *ApplicationAnalyticsDataPointAvgItemsPerSession) 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 *ApplicationAnalyticsDataPointAvgItemsPerSession) HasInfluenced() bool

HasInfluenced returns a boolean if a field has been set.

SetInfluenced

func (o *ApplicationAnalyticsDataPointAvgItemsPerSession) 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]