Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.13 KB

File metadata and controls

72 lines (39 loc) · 2.13 KB

AnalyticsDataPointWithTrend

Properties

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

Methods

NewAnalyticsDataPointWithTrend

func NewAnalyticsDataPointWithTrend(value float32, trend float32, ) *AnalyticsDataPointWithTrend

NewAnalyticsDataPointWithTrend instantiates a new AnalyticsDataPointWithTrend 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

NewAnalyticsDataPointWithTrendWithDefaults

func NewAnalyticsDataPointWithTrendWithDefaults() *AnalyticsDataPointWithTrend

NewAnalyticsDataPointWithTrendWithDefaults instantiates a new AnalyticsDataPointWithTrend 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 *AnalyticsDataPointWithTrend) GetValue() float32

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

GetValueOk

func (o *AnalyticsDataPointWithTrend) 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 *AnalyticsDataPointWithTrend) SetValue(v float32)

SetValue sets Value field to given value.

GetTrend

func (o *AnalyticsDataPointWithTrend) GetTrend() float32

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

GetTrendOk

func (o *AnalyticsDataPointWithTrend) 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 *AnalyticsDataPointWithTrend) SetTrend(v float32)

SetTrend sets Trend field to given value.

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