Name | Type | Description | Notes |
---|---|---|---|
effect_id | Integer | ID of the effect. | |
name | String | The type of the custom effect. | |
payload | Object | The JSON payload of the custom effect. |
require 'TalonOne'
instance = TalonOne::StrikethroughCustomEffectPerItemProps.new(effect_id: 1,
name: my_custom_effect,
payload: null)