Name | Type | Description | Notes |
---|---|---|---|
Sku | Pointer to string | SKU of the item that needs to be added. | |
Name | Pointer to string | The name / description of the effect |
func (o *AddFreeItemEffectProps) GetSku() string
GetSku returns the Sku field if non-nil, zero value otherwise.
func (o *AddFreeItemEffectProps) 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 *AddFreeItemEffectProps) HasSku() bool
HasSku returns a boolean if a field has been set.
func (o *AddFreeItemEffectProps) SetSku(v string)
SetSku gets a reference to the given string and assigns it to the Sku field.
func (o *AddFreeItemEffectProps) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *AddFreeItemEffectProps) GetNameOk() (string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddFreeItemEffectProps) HasName() bool
HasName returns a boolean if a field has been set.
func (o *AddFreeItemEffectProps) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.