Sha256: 339e7159ddc48f85cba7f2d5e3bb38bf92fc0547e1e744f96d41ad635be348c9

Contents?: true

Size: 713 Bytes

Versions: 6

Compression:

Stored size: 713 Bytes

Contents

# TalonOne::NewEventType

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**title** | **String** | The human-friendly name for this event type. | 
**name** | **String** | The integration name for this event type. This will be used in URLs and cannot be changed after an event type has been created. | 
**description** | **String** | A description of what the event represents.  | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::NewEventType.new(title: Survey Completed,
                                 name: surveyCompleted,
                                 description: The survey was submitted by the customer.)
```


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/NewEventType.md
talon_one-6.0.0 docs/NewEventType.md
talon_one-5.0.0 docs/NewEventType.md
talon_one-3.0.2 docs/NewEventType.md
talon_one-3.0.1 docs/NewEventType.md
talon_one-3.0.0 docs/NewEventType.md