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