public sealed class PriceRange : IMessage<ProductCatalogItem.Types.PriceRange>, IEquatable<ProductCatalogItem.Types.PriceRange>, IDeepCloneable<ProductCatalogItem.Types.PriceRange>, IBufferMessage, IMessage
Product price range when there are a range of prices for different
variations of the same product.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-26 UTC."],[[["The `PriceRange` class represents the range of prices for different variations of a single product within the `ProductCatalogItem` in the `Google.Cloud.RecommendationEngine.V1Beta1` namespace."],["It is implemented in the `Google.Cloud.RecommendationEngine.V1Beta1.dll` assembly, inheriting from `Object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor, and one that takes a `ProductCatalogItem.Types.PriceRange` object as a parameter."],["The `PriceRange` class exposes two properties: `Max` for the maximum product price and `Min` for the minimum product price, both of type `Single` (float)."],["There are three different versions of this type in this documentation, with the most up to date version being `2.0.0-beta06`, and `1.0.0-beta03` being the one specifically documented here."]]],[]]