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 |
require 'brevo'
instance = Brevo::GetExtendedContactDetailsAllOfStatisticsClicked.new(
campaign_id: 3,
links: null
)