GoogleAdsSearchads360V23ServicesConversionAdjustment constructor

GoogleAdsSearchads360V23ServicesConversionAdjustment({
  1. String? adjustmentDateTime,
  2. String? adjustmentType,
  3. String? conversionAction,
  4. GoogleAdsSearchads360V23ServicesGclidDateTimePair? gclidDateTimePair,
  5. String? orderId,
  6. GoogleAdsSearchads360V23ServicesRestatementValue? restatementValue,
  7. String? userAgent,
  8. List<GoogleAdsSearchads360V23CommonUserIdentifier>? userIdentifiers,
})

Implementation

GoogleAdsSearchads360V23ServicesConversionAdjustment({
  this.adjustmentDateTime,
  this.adjustmentType,
  this.conversionAction,
  this.gclidDateTimePair,
  this.orderId,
  this.restatementValue,
  this.userAgent,
  this.userIdentifiers,
});