Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | The ID of the SKU linked to the analytics-level product. | |
Sku | Pointer to string | The SKU linked to the analytics-level product. | |
LastUpdated | Pointer to time.Time | Values in UTC for the date the SKU linked to the analytics-level product was last updated. |
func (o *AnalyticsProductSku) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *AnalyticsProductSku) GetIdOk() (int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AnalyticsProductSku) HasId() bool
HasId returns a boolean if a field has been set.
func (o *AnalyticsProductSku) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (o *AnalyticsProductSku) GetSku() string
GetSku returns the Sku field if non-nil, zero value otherwise.
func (o *AnalyticsProductSku) 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 *AnalyticsProductSku) HasSku() bool
HasSku returns a boolean if a field has been set.
func (o *AnalyticsProductSku) SetSku(v string)
SetSku gets a reference to the given string and assigns it to the Sku field.
func (o *AnalyticsProductSku) GetLastUpdated() time.Time
GetLastUpdated returns the LastUpdated field if non-nil, zero value otherwise.
func (o *AnalyticsProductSku) GetLastUpdatedOk() (time.Time, bool)
GetLastUpdatedOk returns a tuple with the LastUpdated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AnalyticsProductSku) HasLastUpdated() bool
HasLastUpdated returns a boolean if a field has been set.
func (o *AnalyticsProductSku) SetLastUpdated(v time.Time)
SetLastUpdated gets a reference to the given time.Time and assigns it to the LastUpdated field.