GoogleAdsSearchads360V23ServicesCallConversion constructor

GoogleAdsSearchads360V23ServicesCallConversion({
  1. String? callStartDateTime,
  2. String? callerId,
  3. GoogleAdsSearchads360V23CommonConsent? consent,
  4. String? conversionAction,
  5. String? conversionDateTime,
  6. double? conversionValue,
  7. String? currencyCode,
  8. List<GoogleAdsSearchads360V23ServicesCustomVariable>? customVariables,
})

Implementation

GoogleAdsSearchads360V23ServicesCallConversion({
  this.callStartDateTime,
  this.callerId,
  this.consent,
  this.conversionAction,
  this.conversionDateTime,
  this.conversionValue,
  this.currencyCode,
  this.customVariables,
});