Sha256: 918c1863707c1e158fdfc901e4e0eeca270f874bcbcf9a86f0cc58d7eff54483

Contents?: true

Size: 1.56 KB

Versions: 2

Compression:

Stored size: 1.56 KB

Contents

# TalonOne::ApplicationEvent

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **Integer** | Unique ID for this entity. | 
**created** | **DateTime** | The exact moment this entity was created. | 
**application_id** | **Integer** | The ID of the application that owns this entity. | 
**profile_id** | **Integer** | The globally unique Talon.One ID of the customer that created this entity. | [optional] 
**session_id** | **Integer** | The globally unique Talon.One ID of the session that contains this event. | [optional] 
**type** | **String** | A string representing the event. Must not be a reserved event name. | 
**attributes** | [**Object**](.md) | Additional JSON serialized data associated with the event. | 
**effects** | **Array<Object>** | An array containing the effects that were applied as a result of this event. | 
**rule_failure_reasons** | [**Array<RuleFailureReason>**](RuleFailureReason.md) | An array containing the rule failure reasons which happened during this event. | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::ApplicationEvent.new(id: null,
                                 created: null,
                                 application_id: null,
                                 profile_id: null,
                                 session_id: null,
                                 type: null,
                                 attributes: null,
                                 effects: null,
                                 rule_failure_reasons: null)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
talon_one-2.4.0 docs/ApplicationEvent.md
talon_one-2.3.0 docs/ApplicationEvent.md