Name | Type | Description | Notes |
---|---|---|---|
Metric | Pointer to string | Returns the metric and relevant parameters you selected. | [optional] |
Breakdown | Pointer to string | Returns the dimension you selected. | [optional] |
Timeframe | Pointer to AnalyticsAggregatedMetricsResponseContextTimeframe | [optional] |
func NewAnalyticsMetricsBreakdownResponseContext() *AnalyticsMetricsBreakdownResponseContext
NewAnalyticsMetricsBreakdownResponseContext instantiates a new AnalyticsMetricsBreakdownResponseContext 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 NewAnalyticsMetricsBreakdownResponseContextWithDefaults() *AnalyticsMetricsBreakdownResponseContext
NewAnalyticsMetricsBreakdownResponseContextWithDefaults instantiates a new AnalyticsMetricsBreakdownResponseContext 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 *AnalyticsMetricsBreakdownResponseContext) GetMetric() string
GetMetric returns the Metric field if non-nil, zero value otherwise.
func (o *AnalyticsMetricsBreakdownResponseContext) GetMetricOk() (*string, bool)
GetMetricOk returns a tuple with the Metric field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AnalyticsMetricsBreakdownResponseContext) SetMetric(v string)
SetMetric sets Metric field to given value.
func (o *AnalyticsMetricsBreakdownResponseContext) HasMetric() bool
HasMetric returns a boolean if a field has been set.
func (o *AnalyticsMetricsBreakdownResponseContext) GetBreakdown() string
GetBreakdown returns the Breakdown field if non-nil, zero value otherwise.
func (o *AnalyticsMetricsBreakdownResponseContext) GetBreakdownOk() (*string, bool)
GetBreakdownOk returns a tuple with the Breakdown field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AnalyticsMetricsBreakdownResponseContext) SetBreakdown(v string)
SetBreakdown sets Breakdown field to given value.
func (o *AnalyticsMetricsBreakdownResponseContext) HasBreakdown() bool
HasBreakdown returns a boolean if a field has been set.
func (o *AnalyticsMetricsBreakdownResponseContext) GetTimeframe() AnalyticsAggregatedMetricsResponseContextTimeframe
GetTimeframe returns the Timeframe field if non-nil, zero value otherwise.
func (o *AnalyticsMetricsBreakdownResponseContext) GetTimeframeOk() (*AnalyticsAggregatedMetricsResponseContextTimeframe, bool)
GetTimeframeOk returns a tuple with the Timeframe field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AnalyticsMetricsBreakdownResponseContext) SetTimeframe(v AnalyticsAggregatedMetricsResponseContextTimeframe)
SetTimeframe sets Timeframe field to given value.
func (o *AnalyticsMetricsBreakdownResponseContext) HasTimeframe() bool
HasTimeframe returns a boolean if a field has been set.