| 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 | |
| DesiredQuantity | Pointer to int64 | The original quantity in case a partial reward was applied. | [optional] |
func NewAddFreeItemEffectProps(sku string, name string, ) *AddFreeItemEffectProps
NewAddFreeItemEffectProps instantiates a new AddFreeItemEffectProps 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 NewAddFreeItemEffectPropsWithDefaults() *AddFreeItemEffectProps
NewAddFreeItemEffectPropsWithDefaults instantiates a new AddFreeItemEffectProps 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 *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) SetSku(v string)
SetSku sets Sku field to given value.
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) SetName(v string)
SetName sets Name field to given value.
func (o *AddFreeItemEffectProps) GetDesiredQuantity() int64
GetDesiredQuantity returns the DesiredQuantity field if non-nil, zero value otherwise.
func (o *AddFreeItemEffectProps) GetDesiredQuantityOk() (*int64, bool)
GetDesiredQuantityOk returns a tuple with the DesiredQuantity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddFreeItemEffectProps) SetDesiredQuantity(v int64)
SetDesiredQuantity sets DesiredQuantity field to given value.
func (o *AddFreeItemEffectProps) HasDesiredQuantity() bool
HasDesiredQuantity returns a boolean if a field has been set.