GoogleAdsSearchads360V23ServicesCallConversionResult constructor

GoogleAdsSearchads360V23ServicesCallConversionResult({
  1. String? callStartDateTime,
  2. String? callerId,
  3. String? conversionAction,
  4. String? conversionDateTime,
})

Implementation

GoogleAdsSearchads360V23ServicesCallConversionResult({
  this.callStartDateTime,
  this.callerId,
  this.conversionAction,
  this.conversionDateTime,
});