Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 1.63 KB

AddFreeItemEffectProps.md

File metadata and controls

65 lines (34 loc) · 1.63 KB

AddFreeItemEffectProps

Properties

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

Methods

GetSku

func (o *AddFreeItemEffectProps) GetSku() string

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

GetSkuOk

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.

HasSku

func (o *AddFreeItemEffectProps) HasSku() bool

HasSku returns a boolean if a field has been set.

SetSku

func (o *AddFreeItemEffectProps) SetSku(v string)

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

GetName

func (o *AddFreeItemEffectProps) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

HasName

func (o *AddFreeItemEffectProps) HasName() bool

HasName returns a boolean if a field has been set.

SetName

func (o *AddFreeItemEffectProps) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

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