Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 563 Bytes

GetExtendedContactDetailsAllOfStatisticsClicked.md

File metadata and controls

20 lines (14 loc) · 563 Bytes

Brevo::GetExtendedContactDetailsAllOfStatisticsClicked

Properties

Name Type Description Notes
campaign_id Integer ID of the campaign which generated the event
links Array<GetExtendedContactDetailsAllOfStatisticsLinks> Listing of the clicked links for the campaign

Example

require 'brevo'

instance = Brevo::GetExtendedContactDetailsAllOfStatisticsClicked.new(
  campaign_id: 3,
  links: null
)