Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 579 Bytes

StrikethroughCustomEffectPerItemProps.md

File metadata and controls

21 lines (14 loc) · 579 Bytes

TalonOne::StrikethroughCustomEffectPerItemProps

Properties

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.

Code Sample

require 'TalonOne'

instance = TalonOne::StrikethroughCustomEffectPerItemProps.new(effect_id: 1,
                                 name: my_custom_effect,
                                 payload: null)