GoogleAdsSearchads360V23ServicesRestatementValue constructor

GoogleAdsSearchads360V23ServicesRestatementValue({
  1. double? adjustedValue,
  2. String? currencyCode,
})

Implementation

GoogleAdsSearchads360V23ServicesRestatementValue({
  this.adjustedValue,
  this.currencyCode,
});