GoogleAdsSearchads360V23ServicesConversionAdjustmentResult constructor

GoogleAdsSearchads360V23ServicesConversionAdjustmentResult({
  1. String? adjustmentDateTime,
  2. String? adjustmentType,
  3. String? conversionAction,
  4. GoogleAdsSearchads360V23ServicesGclidDateTimePair? gclidDateTimePair,
  5. String? orderId,
})

Implementation

GoogleAdsSearchads360V23ServicesConversionAdjustmentResult({
  this.adjustmentDateTime,
  this.adjustmentType,
  this.conversionAction,
  this.gclidDateTimePair,
  this.orderId,
});