Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 569 Bytes

GetInboundEmailEventsEventsInner.md

File metadata and controls

24 lines (18 loc) · 569 Bytes

Brevo::GetInboundEmailEventsEventsInner

Properties

Name Type Description Notes
uuid String UUID that can be used to fetch additional data
date Time Date when email was received on SMTP relay
sender String Sender’s email address
recipient String Recipient’s email address

Example

require 'brevo'

instance = Brevo::GetInboundEmailEventsEventsInner.new(
  uuid: null,
  date: null,
  sender: null,
  recipient: null
)