| 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. | |
| UnitsSold | Pointer to AnalyticsDataPointWithTrend | ||
| Sku | Pointer to string | The SKU linked to the application. |
func NewSkuUnitAnalyticsDataPoint(startTime time.Time, endTime time.Time, unitsSold AnalyticsDataPointWithTrend, sku string, ) *SkuUnitAnalyticsDataPoint
NewSkuUnitAnalyticsDataPoint instantiates a new SkuUnitAnalyticsDataPoint 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 NewSkuUnitAnalyticsDataPointWithDefaults() *SkuUnitAnalyticsDataPoint
NewSkuUnitAnalyticsDataPointWithDefaults instantiates a new SkuUnitAnalyticsDataPoint 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 *SkuUnitAnalyticsDataPoint) GetStartTime() time.Time
GetStartTime returns the StartTime field if non-nil, zero value otherwise.
func (o *SkuUnitAnalyticsDataPoint) 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 *SkuUnitAnalyticsDataPoint) SetStartTime(v time.Time)
SetStartTime sets StartTime field to given value.
func (o *SkuUnitAnalyticsDataPoint) GetEndTime() time.Time
GetEndTime returns the EndTime field if non-nil, zero value otherwise.
func (o *SkuUnitAnalyticsDataPoint) 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 *SkuUnitAnalyticsDataPoint) SetEndTime(v time.Time)
SetEndTime sets EndTime field to given value.
func (o *SkuUnitAnalyticsDataPoint) GetUnitsSold() AnalyticsDataPointWithTrend
GetUnitsSold returns the UnitsSold field if non-nil, zero value otherwise.
func (o *SkuUnitAnalyticsDataPoint) GetUnitsSoldOk() (*AnalyticsDataPointWithTrend, bool)
GetUnitsSoldOk returns a tuple with the UnitsSold field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SkuUnitAnalyticsDataPoint) SetUnitsSold(v AnalyticsDataPointWithTrend)
SetUnitsSold sets UnitsSold field to given value.
func (o *SkuUnitAnalyticsDataPoint) GetSku() string
GetSku returns the Sku field if non-nil, zero value otherwise.
func (o *SkuUnitAnalyticsDataPoint) 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 *SkuUnitAnalyticsDataPoint) SetSku(v string)
SetSku sets Sku field to given value.