Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 2.15 KB

GetExtendedContactDetailsAllOfStatistics.md

File metadata and controls

34 lines (28 loc) · 2.15 KB

Brevo::GetExtendedContactDetailsAllOfStatistics

Properties

Name Type Description Notes
messages_sent Array<GetExtendedContactDetailsAllOfStatisticsMessagesSent> Listing of the sent campaign for the contact [optional]
hard_bounces Array<GetExtendedContactDetailsAllOfStatisticsMessagesSent> Listing of the hardbounes generated by the contact [optional]
soft_bounces Array<GetExtendedContactDetailsAllOfStatisticsMessagesSent> Listing of the softbounes generated by the contact [optional]
complaints Array<GetExtendedContactDetailsAllOfStatisticsMessagesSent> Listing of the complaints generated by the contact [optional]
unsubscriptions GetExtendedContactDetailsAllOfStatisticsUnsubscriptions [optional]
opened Array<GetExtendedContactDetailsAllOfStatisticsOpened> Listing of the openings generated by the contact [optional]
clicked Array<GetExtendedContactDetailsAllOfStatisticsClicked> Listing of the clicks generated by the contact [optional]
transac_attributes Array<Object> Listing of the transactional attributes for the contact [optional]
delivered Array<GetExtendedContactDetailsAllOfStatisticsMessagesSent> Listing of the delivered campaign for the contact [optional]

Example

require 'brevo'

instance = Brevo::GetExtendedContactDetailsAllOfStatistics.new(
  messages_sent: null,
  hard_bounces: null,
  soft_bounces: null,
  complaints: null,
  unsubscriptions: null,
  opened: null,
  clicked: null,
  transac_attributes: null,
  delivered: null
)