Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 410 Bytes

SendReport.md

File metadata and controls

20 lines (14 loc) · 410 Bytes

Brevo::SendReport

Properties

Name Type Description Notes
language String Language of email content for campaign report sending. [optional][default to 'fr']
email SendReportEmail

Example

require 'brevo'

instance = Brevo::SendReport.new(
  language: en,
  email: null
)