GoogleAdsSearchads360V23CommonPriceOffering constructor

GoogleAdsSearchads360V23CommonPriceOffering({
  1. String? description,
  2. String? finalMobileUrl,
  3. String? finalUrl,
  4. String? header,
  5. GoogleAdsSearchads360V23CommonMoney? price,
  6. String? unit,
})

Implementation

GoogleAdsSearchads360V23CommonPriceOffering({
  this.description,
  this.finalMobileUrl,
  this.finalUrl,
  this.header,
  this.price,
  this.unit,
});