Name | Type | Description | Notes |
---|---|---|---|
String | Email address of the blocked or unsubscribed contact | ||
sender_email | String | Sender email address of the blocked or unsubscribed contact | |
reason | GetTransacBlockedContactsContactsInnerReason | ||
blocked_at | String | Date when the contact was blocked or unsubscribed on |
require 'brevo'
instance = Brevo::GetTransacBlockedContactsContactsInner.new(
email: john.smith@example.com,
sender_email: john.smith@example.com,
reason: null,
blocked_at: 2017-05-01T12:30:00Z
)