Sha256: 9a029a5f1f99d5ce8b1f3e7149686cdb7613a999924c92dc79284d3b748d569b
Contents?: true
Size: 1.33 KB
Versions: 4
Compression:
Stored size: 1.33 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. | ## 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) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.2.0 | docs/ApplicationEvent.md |
talon_one-2.1.1 | docs/ApplicationEvent.md |
talon_one-2.1.0 | docs/ApplicationEvent.md |
talon_one-2.0.0 | docs/ApplicationEvent.md |