Sha256: 0105bcc43231e01fe761f84a5fd4fcdf94fdf130043a88146f698ab3d4ea9178
Contents?: true
Size: 946 Bytes
Versions: 4
Compression:
Stored size: 946 Bytes
Contents
# ElasticEmail::ContactHistory ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **event_type** | [**ContactHistEventType**](ContactHistEventType.md) | Type of event occured on this Contact. | [optional] | | **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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ElasticEmail-4.0.13 | docs/ContactHistory.md |
ElasticEmail-4.0.12 | docs/ContactHistory.md |
ElasticEmail-4.0.11 | docs/ContactHistory.md |
ElasticEmail-4.0.1 | docs/ContactHistory.md |