public sealed class ProductCatalogItem.Types.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
IMessageProductCatalogItemTypesPriceRange, IEquatableProductCatalogItemTypesPriceRange, IDeepCloneableProductCatalogItemTypesPriceRange, IBufferMessage, IMessageNamespace
Google.Cloud.RecommendationEngine.V1Beta1Assembly
Google.Cloud.RecommendationEngine.V1Beta1.dll
Constructors
PriceRange()
public PriceRange()
PriceRange(PriceRange)
public PriceRange(ProductCatalogItem.Types.PriceRange other)
Parameter | |
---|---|
Name | Description |
other |
ProductCatalogItemTypesPriceRange |
Properties
Max
public float Max { get; set; }
Required. The maximum product price.
Property Value | |
---|---|
Type | Description |
float |
Min
public float Min { get; set; }
Required. The minimum product price.
Property Value | |
---|---|
Type | Description |
float |