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. |
func (o *StrikethroughCustomEffectPerItemProps) GetEffectId() int32
GetEffectId returns the EffectId field if non-nil, zero value otherwise.
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.
func (o *StrikethroughCustomEffectPerItemProps) HasEffectId() bool
HasEffectId returns a boolean if a field has been set.
func (o *StrikethroughCustomEffectPerItemProps) SetEffectId(v int32)
SetEffectId gets a reference to the given int32 and assigns it to the EffectId field.
func (o *StrikethroughCustomEffectPerItemProps) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *StrikethroughCustomEffectPerItemProps) HasName() bool
HasName returns a boolean if a field has been set.
func (o *StrikethroughCustomEffectPerItemProps) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (o *StrikethroughCustomEffectPerItemProps) GetPayload() map[string]interface{}
GetPayload returns the Payload field if non-nil, zero value otherwise.
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.
func (o *StrikethroughCustomEffectPerItemProps) HasPayload() bool
HasPayload returns a boolean if a field has been set.
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.