Sha256: 323c4dfaf9a38e86125e50ae60f933143a4f17e519c6491c707a74cbcd059a77
Contents?: true
Size: 725 Bytes
Versions: 9
Compression:
Stored size: 725 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) | | [optional][default to 'Unknown'] | ## Example ```ruby require 'ElasticEmail' instance = ElasticEmail::ConsentData.new( consent_ip: 192.168.0.1, consent_date: null, consent_tracking: null ) ```
Version data entries
9 entries across 9 versions & 1 rubygems