GoogleAdsSearchads360V23CommonProductCategoryInfo constructor

GoogleAdsSearchads360V23CommonProductCategoryInfo({
  1. String? categoryId,
  2. String? level,
})

Implementation

GoogleAdsSearchads360V23CommonProductCategoryInfo({
  this.categoryId,
  this.level,
});