Sha256: 4ce09c5c9b5078f598baee6e2ff849eb9b4715bfd5862aaaffc9bb025cafba54

Contents?: true

Size: 579 Bytes

Versions: 5

Compression:

Stored size: 579 Bytes

Contents

# TalonOne::StrikethroughCustomEffectPerItemProps

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**effect_id** | **Integer** | ID of the effect. | 
**name** | **String** | The type of the custom effect. | 
**payload** | [**Object**](.md) | The JSON payload of the custom effect. | 

## Code Sample

```ruby
require 'TalonOne'

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


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/StrikethroughCustomEffectPerItemProps.md
talon_one-6.0.0 docs/StrikethroughCustomEffectPerItemProps.md
talon_one-5.0.0 docs/StrikethroughCustomEffectPerItemProps.md
talon_one-3.0.2 docs/StrikethroughCustomEffectPerItemProps.md
talon_one-3.0.1 docs/StrikethroughCustomEffectPerItemProps.md