Sha256: 72ea0e2639c0bc0e90f1ec0e36d45f4571e20a0f3def6c74a7184c923225ade5

Contents?: true

Size: 866 Bytes

Versions: 6

Compression:

Stored size: 866 Bytes

Contents

# TalonOne::NewEvent

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**profile_id** | **String** | ID of the customers profile as used within this Talon.One account. May be omitted or set to the empty string if the customer does not yet have a known profile ID. | [optional] 
**type** | **String** | A string representing the event. Must not be a reserved event name. | 
**attributes** | [**Object**](.md) | Arbitrary additional JSON data associated with the event. | 
**session_id** | **String** | The ID of the session that this event occurred in. | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::NewEvent.new(profile_id: null,
                                 type: null,
                                 attributes: null,
                                 session_id: null)
```


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
talon_one-2.4.0 docs/NewEvent.md
talon_one-2.3.0 docs/NewEvent.md
talon_one-2.2.0 docs/NewEvent.md
talon_one-2.1.1 docs/NewEvent.md
talon_one-2.1.0 docs/NewEvent.md
talon_one-2.0.0 docs/NewEvent.md