Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.46 KB

AnalyticsAggregatedMetricsResponse.md

File metadata and controls

72 lines (39 loc) · 2.46 KB

AnalyticsAggregatedMetricsResponse

Properties

Name Type Description Notes
Context AnalyticsAggregatedMetricsResponseContext
Data float32

Methods

NewAnalyticsAggregatedMetricsResponse

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

NewAnalyticsAggregatedMetricsResponseWithDefaults

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

GetContext

func (o *AnalyticsAggregatedMetricsResponse) GetContext() AnalyticsAggregatedMetricsResponseContext

GetContext returns the Context field if non-nil, zero value otherwise.

GetContextOk

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.

SetContext

func (o *AnalyticsAggregatedMetricsResponse) SetContext(v AnalyticsAggregatedMetricsResponseContext)

SetContext sets Context field to given value.

GetData

func (o *AnalyticsAggregatedMetricsResponse) GetData() float32

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

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.

SetData

func (o *AnalyticsAggregatedMetricsResponse) SetData(v float32)

SetData sets Data field to given value.

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