Sha256: b778775e785c060d432517bd422a951791859503e7478e52ee743e5bdb419e4b

Contents?: true

Size: 1.11 KB

Versions: 1

Compression:

Stored size: 1.11 KB

Contents

# TalonOne::NewCustomEffect

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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. | 
**subscribed_applications_ids** | **Array<Integer>** | A list of the IDs of the applications that this effect is enabled for | [optional] 
**params** | [**Array<TemplateArgDef>**](TemplateArgDef.md) | Array of template argument definitions | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::NewCustomEffect.new(name: null,
                                 title: null,
                                 payload: null,
                                 description: null,
                                 enabled: null,
                                 subscribed_applications_ids: null,
                                 params: null)
```


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
talon_one-2.4.0 docs/NewCustomEffect.md