ReportFloodlightCriteriaReportProperties constructor

ReportFloodlightCriteriaReportProperties({
  1. bool? includeAttributedIPConversions,
  2. bool? includeUnattributedCookieConversions,
  3. bool? includeUnattributedIPConversions,
})

Implementation

ReportFloodlightCriteriaReportProperties({
  this.includeAttributedIPConversions,
  this.includeUnattributedCookieConversions,
  this.includeUnattributedIPConversions,
});