Sha256: f03aad095002dcbdf6ffd2dfba62206c3eab6332b0161a094dc156e239932aac
Contents?: true
Size: 755 Bytes
Versions: 4
Compression:
Stored size: 755 Bytes
Contents
# ElasticEmail::ConsentData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **consent_ip** | **String** | IP address of consent to send this contact(s) your email. If not provided your current public IP address is used for consent. | [optional] | | **consent_date** | **Time** | Date of consent to send this contact(s) your email. If not provided current date is used for consent. | [optional] | | **consent_tracking** | [**ConsentTracking**](ConsentTracking.md) | Does the contant consent to have their tracking data stored. | [optional] | ## Example ```ruby require 'ElasticEmail' instance = ElasticEmail::ConsentData.new( consent_ip: 192.168.0.1, consent_date: null, consent_tracking: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ElasticEmail-4.0.13 | docs/ConsentData.md |
ElasticEmail-4.0.12 | docs/ConsentData.md |
ElasticEmail-4.0.11 | docs/ConsentData.md |
ElasticEmail-4.0.1 | docs/ConsentData.md |