Name | Type | Description | Notes |
---|---|---|---|
StartTime | Pointer to time.Time | The start of the aggregation time frame in UTC. | |
EndTime | Pointer to time.Time | The end of the aggregation time frame in UTC. | |
PurchasedUnits | Pointer to AnalyticsDataPointWithTrend | ||
Sku | Pointer to string | The SKU linked to the analytics-level product. |
func (o *ProductSkuUnitAnalytics) GetStartTime() time.Time
GetStartTime returns the StartTime field if non-nil, zero value otherwise.
func (o *ProductSkuUnitAnalytics) GetStartTimeOk() (time.Time, bool)
GetStartTimeOk returns a tuple with the StartTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProductSkuUnitAnalytics) HasStartTime() bool
HasStartTime returns a boolean if a field has been set.
func (o *ProductSkuUnitAnalytics) SetStartTime(v time.Time)
SetStartTime gets a reference to the given time.Time and assigns it to the StartTime field.
func (o *ProductSkuUnitAnalytics) GetEndTime() time.Time
GetEndTime returns the EndTime field if non-nil, zero value otherwise.
func (o *ProductSkuUnitAnalytics) GetEndTimeOk() (time.Time, bool)
GetEndTimeOk returns a tuple with the EndTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProductSkuUnitAnalytics) HasEndTime() bool
HasEndTime returns a boolean if a field has been set.
func (o *ProductSkuUnitAnalytics) SetEndTime(v time.Time)
SetEndTime gets a reference to the given time.Time and assigns it to the EndTime field.
func (o *ProductSkuUnitAnalytics) GetPurchasedUnits() AnalyticsDataPointWithTrend
GetPurchasedUnits returns the PurchasedUnits field if non-nil, zero value otherwise.
func (o *ProductSkuUnitAnalytics) GetPurchasedUnitsOk() (AnalyticsDataPointWithTrend, bool)
GetPurchasedUnitsOk returns a tuple with the PurchasedUnits field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProductSkuUnitAnalytics) HasPurchasedUnits() bool
HasPurchasedUnits returns a boolean if a field has been set.
func (o *ProductSkuUnitAnalytics) SetPurchasedUnits(v AnalyticsDataPointWithTrend)
SetPurchasedUnits gets a reference to the given AnalyticsDataPointWithTrend and assigns it to the PurchasedUnits field.
func (o *ProductSkuUnitAnalytics) GetSku() string
GetSku returns the Sku field if non-nil, zero value otherwise.
func (o *ProductSkuUnitAnalytics) GetSkuOk() (string, bool)
GetSkuOk returns a tuple with the Sku field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProductSkuUnitAnalytics) HasSku() bool
HasSku returns a boolean if a field has been set.
func (o *ProductSkuUnitAnalytics) SetSku(v string)
SetSku gets a reference to the given string and assigns it to the Sku field.