GoogleAdsSearchads360V23ResourcesProductCategoryConstant constructor

GoogleAdsSearchads360V23ResourcesProductCategoryConstant({
  1. String? categoryId,
  2. String? level,
  3. List<GoogleAdsSearchads360V23ResourcesProductCategoryConstantProductCategoryLocalization>? localizations,
  4. String? productCategoryConstantParent,
  5. String? resourceName,
  6. String? state,
})

Implementation

GoogleAdsSearchads360V23ResourcesProductCategoryConstant({
  this.categoryId,
  this.level,
  this.localizations,
  this.productCategoryConstantParent,
  this.resourceName,
  this.state,
});