GoogleAdsSearchads360V23CommonPromotionBarcodeInfo constructor

GoogleAdsSearchads360V23CommonPromotionBarcodeInfo({
  1. String? barcodeContent,
  2. String? type,
})

Implementation

GoogleAdsSearchads360V23CommonPromotionBarcodeInfo({
  this.barcodeContent,
  this.type,
});