Sha256: 23b37100a4af6ed927690be256533ba7b666bc8dc0b230963ae3c65248132e2d

Contents?: true

Size: 1.11 KB

Versions: 1

Compression:

Stored size: 1.11 KB

Contents

# TalonOne::UpdateCustomEffect

## 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::UpdateCustomEffect.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/UpdateCustomEffect.md