GoogleCloudRecommendationengineV1beta1ProductCatalogItem constructor

GoogleCloudRecommendationengineV1beta1ProductCatalogItem({
  1. String? availableQuantity,
  2. String? canonicalProductUri,
  3. Map<String, double>? costs,
  4. String? currencyCode,
  5. GoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPrice? exactPrice,
  6. List<GoogleCloudRecommendationengineV1beta1Image>? images,
  7. GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange? priceRange,
  8. String? stockState,
})

Implementation

GoogleCloudRecommendationengineV1beta1ProductCatalogItem({
  this.availableQuantity,
  this.canonicalProductUri,
  this.costs,
  this.currencyCode,
  this.exactPrice,
  this.images,
  this.priceRange,
  this.stockState,
});