Name | Type | Description | Notes |
---|---|---|---|
Sku | Pointer to string | The unique SKU of the item to remove. |
func (o *RemoveItemCatalogAction) GetSku() string
GetSku returns the Sku field if non-nil, zero value otherwise.
func (o *RemoveItemCatalogAction) 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 *RemoveItemCatalogAction) HasSku() bool
HasSku returns a boolean if a field has been set.
func (o *RemoveItemCatalogAction) SetSku(v string)
SetSku gets a reference to the given string and assigns it to the Sku field.