Sha256: eed5ec23463c306a7d9703467e3b95ddf2d0b76d8d1c1011be58f8dc658f70c7
Contents?: true
Size: 937 Bytes
Versions: 6
Compression:
Stored size: 937 Bytes
Contents
# ElasticEmail::ContactHistory ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **event_type** | [**ContactHistEventType**](ContactHistEventType.md) | | [optional][default to 'Opened'] | | **event_date** | **Time** | Formatted date of event. | [optional] | | **channel_name** | **String** | Name of channel this event occured on | [optional] | | **template_name** | **String** | Name of template this event occured on | [optional] | | **ip_address** | **String** | IP Address of the event. | [optional] | | **country** | **String** | Country of the event. | [optional] | | **data** | **String** | Additional information about the event | [optional] | ## Example ```ruby require 'ElasticEmail' instance = ElasticEmail::ContactHistory.new( event_type: null, event_date: null, channel_name: null, template_name: null, ip_address: null, country: null, data: null ) ```
Version data entries
6 entries across 6 versions & 1 rubygems