Name | Type | Description | Notes |
---|---|---|---|
Context | AnalyticsAggregatedMetricsResponseContext | ||
Data | float32 |
func NewAnalyticsAggregatedMetricsResponse(context AnalyticsAggregatedMetricsResponseContext, data float32, ) *AnalyticsAggregatedMetricsResponse
NewAnalyticsAggregatedMetricsResponse instantiates a new AnalyticsAggregatedMetricsResponse 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
func NewAnalyticsAggregatedMetricsResponseWithDefaults() *AnalyticsAggregatedMetricsResponse
NewAnalyticsAggregatedMetricsResponseWithDefaults instantiates a new AnalyticsAggregatedMetricsResponse 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
func (o *AnalyticsAggregatedMetricsResponse) GetContext() AnalyticsAggregatedMetricsResponseContext
GetContext returns the Context field if non-nil, zero value otherwise.
func (o *AnalyticsAggregatedMetricsResponse) GetContextOk() (*AnalyticsAggregatedMetricsResponseContext, bool)
GetContextOk returns a tuple with the Context field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AnalyticsAggregatedMetricsResponse) SetContext(v AnalyticsAggregatedMetricsResponseContext)
SetContext sets Context field to given value.
func (o *AnalyticsAggregatedMetricsResponse) GetData() float32
GetData returns the Data field if non-nil, zero value otherwise.
func (o *AnalyticsAggregatedMetricsResponse) GetDataOk() (*float32, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AnalyticsAggregatedMetricsResponse) SetData(v float32)
SetData sets Data field to given value.