Sha256: 428f29fcf38bf8a96a450e8b3fbd4d1451e269123913ebf2306bcba02cf3c108

Contents?: true

Size: 747 Bytes

Versions: 6

Compression:

Stored size: 747 Bytes

Contents

# TalonOne::IntegrationEvent

## 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. | 

## Code Sample

```ruby
require 'TalonOne'

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


Version data entries

6 entries across 6 versions & 1 rubygems

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