GoogleAdsSearchads360V23ResourcesShoppingProduct constructor

GoogleAdsSearchads360V23ResourcesShoppingProduct({
  1. String? adGroup,
  2. String? availability,
  3. String? brand,
  4. String? campaign,
  5. String? categoryLevel1,
  6. String? categoryLevel2,
  7. String? categoryLevel3,
  8. String? categoryLevel4,
  9. String? categoryLevel5,
  10. String? channel,
  11. String? channelExclusivity,
  12. String? condition,
  13. String? currencyCode,
  14. String? customAttribute0,
  15. String? customAttribute1,
  16. String? customAttribute2,
  17. String? customAttribute3,
  18. String? customAttribute4,
  19. String? effectiveMaxCpcMicros,
  20. String? feedLabel,
  21. List<GoogleAdsSearchads360V23ResourcesShoppingProductProductIssue>? issues,
  22. String? itemId,
  23. String? languageCode,
  24. String? merchantCenterId,
  25. String? multiClientAccountId,
  26. String? priceMicros,
  27. String? productImageUri,
  28. String? productTypeLevel1,
  29. String? productTypeLevel2,
  30. String? productTypeLevel3,
  31. String? productTypeLevel4,
  32. String? productTypeLevel5,
  33. String? resourceName,
  34. String? status,
  35. List<String>? targetCountries,
  36. String? title,
})

Implementation

GoogleAdsSearchads360V23ResourcesShoppingProduct({
  this.adGroup,
  this.availability,
  this.brand,
  this.campaign,
  this.categoryLevel1,
  this.categoryLevel2,
  this.categoryLevel3,
  this.categoryLevel4,
  this.categoryLevel5,
  this.channel,
  this.channelExclusivity,
  this.condition,
  this.currencyCode,
  this.customAttribute0,
  this.customAttribute1,
  this.customAttribute2,
  this.customAttribute3,
  this.customAttribute4,
  this.effectiveMaxCpcMicros,
  this.feedLabel,
  this.issues,
  this.itemId,
  this.languageCode,
  this.merchantCenterId,
  this.multiClientAccountId,
  this.priceMicros,
  this.productImageUri,
  this.productTypeLevel1,
  this.productTypeLevel2,
  this.productTypeLevel3,
  this.productTypeLevel4,
  this.productTypeLevel5,
  this.resourceName,
  this.status,
  this.targetCountries,
  this.title,
});