Sha256: e0c78da0082977be82c482be83fedb12f8fb83b00be4bbb56645f2ad6f96c579
Contents?: true
Size: 1.21 KB
Versions: 1
Compression:
Stored size: 1.21 KB
Contents
# TalonOne::UpdateCustomEffect ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **application_ids** | **Array<Integer>** | The IDs of the applications that are related to this entity. | **is_per_item** | **Boolean** | Indicates if this effect is per item or not. | [optional] **name** | **String** | The name of this effect. | **title** | **String** | The title of this effect. | **payload** | **String** | The JSON payload of this effect. | **description** | **String** | The description of this effect. | [optional] **enabled** | **Boolean** | Determines if this effect is active. | **params** | [**Array<TemplateArgDef>**](TemplateArgDef.md) | Array of template argument definitions. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::UpdateCustomEffect.new(application_ids: null, is_per_item: null, name: null, title: null, payload: null, description: null, enabled: null, params: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
talon_one-3.0.0 | docs/UpdateCustomEffect.md |