Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 3.12 KB

File metadata and controls

93 lines (50 loc) · 3.12 KB

AnalyticsDataPointWithTrendAndInfluencedRate

Properties

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

Methods

NewAnalyticsDataPointWithTrendAndInfluencedRate

func NewAnalyticsDataPointWithTrendAndInfluencedRate(value float32, influencedRate float32, trend float32, ) *AnalyticsDataPointWithTrendAndInfluencedRate

NewAnalyticsDataPointWithTrendAndInfluencedRate instantiates a new AnalyticsDataPointWithTrendAndInfluencedRate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewAnalyticsDataPointWithTrendAndInfluencedRateWithDefaults

func NewAnalyticsDataPointWithTrendAndInfluencedRateWithDefaults() *AnalyticsDataPointWithTrendAndInfluencedRate

NewAnalyticsDataPointWithTrendAndInfluencedRateWithDefaults instantiates a new AnalyticsDataPointWithTrendAndInfluencedRate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetValue

func (o *AnalyticsDataPointWithTrendAndInfluencedRate) GetValue() float32

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

GetValueOk

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.

SetValue

func (o *AnalyticsDataPointWithTrendAndInfluencedRate) SetValue(v float32)

SetValue sets Value field to given value.

GetInfluencedRate

func (o *AnalyticsDataPointWithTrendAndInfluencedRate) GetInfluencedRate() float32

GetInfluencedRate returns the InfluencedRate field if non-nil, zero value otherwise.

GetInfluencedRateOk

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.

SetInfluencedRate

func (o *AnalyticsDataPointWithTrendAndInfluencedRate) SetInfluencedRate(v float32)

SetInfluencedRate sets InfluencedRate field to given value.

GetTrend

func (o *AnalyticsDataPointWithTrendAndInfluencedRate) GetTrend() float32

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

GetTrendOk

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.

SetTrend

func (o *AnalyticsDataPointWithTrendAndInfluencedRate) SetTrend(v float32)

SetTrend sets Trend field to given value.

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