GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange constructor

GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange({
  1. double? max,
  2. double? min,
})

Implementation

GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange({
  this.max,
  this.min,
});