max = $max; } /** * @return float */ public function getMax() { return $this->max; } /** * @param float */ public function setMin($min) { $this->min = $min; } /** * @return float */ public function getMin() { return $this->min; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange::class, 'Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange');