GoogleAdsSearchads360V23CommonDisplayUploadAdInfo constructor

GoogleAdsSearchads360V23CommonDisplayUploadAdInfo({
  1. String? displayUploadProductType,
  2. GoogleAdsSearchads360V23CommonAdMediaBundleAsset? mediaBundle,
})

Implementation

GoogleAdsSearchads360V23CommonDisplayUploadAdInfo({
  this.displayUploadProductType,
  this.mediaBundle,
});