Sha256: 0434f00b4d1d262992c08dd6d80af129f9d0f99641680decbad1d20d761c32f3

Contents?: true

Size: 938 Bytes

Versions: 6

Compression:

Stored size: 938 Bytes

Contents

# TalonOne::EventType

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **Integer** | Internal ID of this entity. | 
**created** | **DateTime** | The time this entity was created. | 
**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::EventType.new(id: 6,
                                 created: 2020-06-10T09:05:27.993483Z,
                                 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/EventType.md
talon_one-6.0.0 docs/EventType.md
talon_one-5.0.0 docs/EventType.md
talon_one-3.0.2 docs/EventType.md
talon_one-3.0.1 docs/EventType.md
talon_one-3.0.0 docs/EventType.md