GoogleCloudRecommendationengineV1beta1ProductDetail constructor

GoogleCloudRecommendationengineV1beta1ProductDetail({
  1. int? availableQuantity,
  2. String? currencyCode,
  3. double? displayPrice,
  4. String? id,
  5. GoogleCloudRecommendationengineV1beta1FeatureMap? itemAttributes,
  6. double? originalPrice,
  7. int? quantity,
  8. String? stockState,
})

Implementation

GoogleCloudRecommendationengineV1beta1ProductDetail({
  this.availableQuantity,
  this.currencyCode,
  this.displayPrice,
  this.id,
  this.itemAttributes,
  this.originalPrice,
  this.quantity,
  this.stockState,
});