GoogleAdsSearchads360V23ServicesBenchmarksProductMetadata constructor

GoogleAdsSearchads360V23ServicesBenchmarksProductMetadata({
  1. String? marketingObjective,
  2. String? productCode,
  3. String? productName,
})

Implementation

GoogleAdsSearchads360V23ServicesBenchmarksProductMetadata({
  this.marketingObjective,
  this.productCode,
  this.productName,
});