public sealed class PriceRange : IMessage<ProductCatalogItem.Types.PriceRange>, IEquatable<ProductCatalogItem.Types.PriceRange>, IDeepCloneable<ProductCatalogItem.Types.PriceRange>, IBufferMessage, IMessage
Reference documentation and code samples for the Recommendations AI v1beta1 API class ProductCatalogItem.Types.PriceRange.
Product price range when there are a range of prices for different variations of the same product.
Implements
IMessage<ProductCatalogItem.Types.PriceRange>, IEquatable<ProductCatalogItem.Types.PriceRange>, IDeepCloneable<ProductCatalogItem.Types.PriceRange>, IBufferMessage, IMessageNamespace
Google.Cloud.RecommendationEngine.V1Beta1Assembly
Google.Cloud.RecommendationEngine.V1Beta1.dll
Constructors
PriceRange()
public PriceRange()
PriceRange(ProductCatalogItem.Types.PriceRange)
public PriceRange(ProductCatalogItem.Types.PriceRange other)
Name | Description |
other | ProductCatalogItem.Types.PriceRange |
Properties
Max
public float Max { get; set; }
Required. The maximum product price.
Type | Description |
Single |
Min
public float Min { get; set; }
Required. The minimum product price.
Type | Description |
Single |