Skip to content

Latest commit

 

History

History
91 lines (48 loc) · 2.44 KB

AnalyticsProductSku.md

File metadata and controls

91 lines (48 loc) · 2.44 KB

AnalyticsProductSku

Properties

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.

Methods

GetId

func (o *AnalyticsProductSku) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

HasId

func (o *AnalyticsProductSku) HasId() bool

HasId returns a boolean if a field has been set.

SetId

func (o *AnalyticsProductSku) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

GetSku

func (o *AnalyticsProductSku) GetSku() string

GetSku returns the Sku field if non-nil, zero value otherwise.

GetSkuOk

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.

HasSku

func (o *AnalyticsProductSku) HasSku() bool

HasSku returns a boolean if a field has been set.

SetSku

func (o *AnalyticsProductSku) SetSku(v string)

SetSku gets a reference to the given string and assigns it to the Sku field.

GetLastUpdated

func (o *AnalyticsProductSku) GetLastUpdated() time.Time

GetLastUpdated returns the LastUpdated field if non-nil, zero value otherwise.

GetLastUpdatedOk

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.

HasLastUpdated

func (o *AnalyticsProductSku) HasLastUpdated() bool

HasLastUpdated returns a boolean if a field has been set.

SetLastUpdated

func (o *AnalyticsProductSku) SetLastUpdated(v time.Time)

SetLastUpdated gets a reference to the given time.Time and assigns it to the LastUpdated field.

[Back to Model list] [Back to API list] [Back to README]