Sha256: b225e563b58279f7e708a05e05671575db00bec2b43b8f8f65b05c3e8596738f
Contents?: true
Size: 1.2 KB
Versions: 5
Compression:
Stored size: 1.2 KB
Contents
# TalonOne::NewCustomEffect ## 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::NewCustomEffect.new(application_ids: null, is_per_item: null, name: null, title: null, payload: null, description: null, enabled: null, params: null) ```
Version data entries
5 entries across 5 versions & 1 rubygems