Name | Type | Description | Notes |
---|---|---|---|
Total | Pointer to float32 | ||
Influenced | Pointer to float32 |
func (o *AnalyticsDataPoint) GetTotal() float32
GetTotal returns the Total field if non-nil, zero value otherwise.
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.
func (o *AnalyticsDataPoint) HasTotal() bool
HasTotal returns a boolean if a field has been set.
func (o *AnalyticsDataPoint) SetTotal(v float32)
SetTotal gets a reference to the given float32 and assigns it to the Total field.
func (o *AnalyticsDataPoint) GetInfluenced() float32
GetInfluenced returns the Influenced field if non-nil, zero value otherwise.
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.
func (o *AnalyticsDataPoint) HasInfluenced() bool
HasInfluenced returns a boolean if a field has been set.
func (o *AnalyticsDataPoint) SetInfluenced(v float32)
SetInfluenced gets a reference to the given float32 and assigns it to the Influenced field.