| Name | Type | Description | Notes |
|---|---|---|---|
| VariationKey | Pointer to string | [optional] | |
| Metrics | Pointer to Metrics | [optional] |
func NewMetricByVariation() *MetricByVariation
NewMetricByVariation instantiates a new MetricByVariation 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 NewMetricByVariationWithDefaults() *MetricByVariation
NewMetricByVariationWithDefaults instantiates a new MetricByVariation 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 *MetricByVariation) GetVariationKey() string
GetVariationKey returns the VariationKey field if non-nil, zero value otherwise.
func (o *MetricByVariation) GetVariationKeyOk() (*string, bool)
GetVariationKeyOk returns a tuple with the VariationKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetricByVariation) SetVariationKey(v string)
SetVariationKey sets VariationKey field to given value.
func (o *MetricByVariation) HasVariationKey() bool
HasVariationKey returns a boolean if a field has been set.
func (o *MetricByVariation) GetMetrics() Metrics
GetMetrics returns the Metrics field if non-nil, zero value otherwise.
func (o *MetricByVariation) GetMetricsOk() (*Metrics, bool)
GetMetricsOk returns a tuple with the Metrics field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetricByVariation) SetMetrics(v Metrics)
SetMetrics sets Metrics field to given value.
func (o *MetricByVariation) HasMetrics() bool
HasMetrics returns a boolean if a field has been set.