Skip to content

Latest commit

 

History

History
91 lines (48 loc) · 2.67 KB

StrikethroughCustomEffectPerItemProps.md

File metadata and controls

91 lines (48 loc) · 2.67 KB

StrikethroughCustomEffectPerItemProps

Properties

Name Type Description Notes
EffectId Pointer to int32 ID of the effect.
Name Pointer to string The type of the custom effect.
Payload Pointer to map[string]interface{} The JSON payload of the custom effect.

Methods

GetEffectId

func (o *StrikethroughCustomEffectPerItemProps) GetEffectId() int32

GetEffectId returns the EffectId field if non-nil, zero value otherwise.

GetEffectIdOk

func (o *StrikethroughCustomEffectPerItemProps) GetEffectIdOk() (int32, bool)

GetEffectIdOk returns a tuple with the EffectId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

HasEffectId

func (o *StrikethroughCustomEffectPerItemProps) HasEffectId() bool

HasEffectId returns a boolean if a field has been set.

SetEffectId

func (o *StrikethroughCustomEffectPerItemProps) SetEffectId(v int32)

SetEffectId gets a reference to the given int32 and assigns it to the EffectId field.

GetName

func (o *StrikethroughCustomEffectPerItemProps) GetName() string

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

GetNameOk

func (o *StrikethroughCustomEffectPerItemProps) 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 *StrikethroughCustomEffectPerItemProps) HasName() bool

HasName returns a boolean if a field has been set.

SetName

func (o *StrikethroughCustomEffectPerItemProps) SetName(v string)

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

GetPayload

func (o *StrikethroughCustomEffectPerItemProps) GetPayload() map[string]interface{}

GetPayload returns the Payload field if non-nil, zero value otherwise.

GetPayloadOk

func (o *StrikethroughCustomEffectPerItemProps) GetPayloadOk() (map[string]interface{}, bool)

GetPayloadOk returns a tuple with the Payload field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

HasPayload

func (o *StrikethroughCustomEffectPerItemProps) HasPayload() bool

HasPayload returns a boolean if a field has been set.

SetPayload

func (o *StrikethroughCustomEffectPerItemProps) SetPayload(v map[string]interface{})

SetPayload gets a reference to the given map[string]interface{} and assigns it to the Payload field.

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