GoogleAdsSearchads360V23ResourcesCallReportingSetting constructor

GoogleAdsSearchads360V23ResourcesCallReportingSetting({
  1. String? callConversionAction,
  2. bool? callConversionReportingEnabled,
  3. bool? callReportingEnabled,
})

Implementation

GoogleAdsSearchads360V23ResourcesCallReportingSetting({
  this.callConversionAction,
  this.callConversionReportingEnabled,
  this.callReportingEnabled,
});