Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 768 Bytes

GetTransacBlockedContactsContactsInner.md

File metadata and controls

24 lines (18 loc) · 768 Bytes

Brevo::GetTransacBlockedContactsContactsInner

Properties

Name Type Description Notes
email 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

Example

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
)