GoogleAdsSearchads360V23CommonItemAttribute constructor

GoogleAdsSearchads360V23CommonItemAttribute({
  1. String? countryCode,
  2. String? itemId,
  3. String? languageCode,
  4. String? merchantId,
  5. String? quantity,
})

Implementation

GoogleAdsSearchads360V23CommonItemAttribute({
  this.countryCode,
  this.itemId,
  this.languageCode,
  this.merchantId,
  this.quantity,
});