Recommendations AI v1beta1 API - Class ProductCatalogItem.Types.PriceRange (2.0.0-beta04)

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.

Inheritance

object > ProductCatalogItem.Types.PriceRange

Namespace

Google.Cloud.RecommendationEngine.V1Beta1

Assembly

Google.Cloud.RecommendationEngine.V1Beta1.dll

Constructors

PriceRange()

public PriceRange()

PriceRange(PriceRange)

public PriceRange(ProductCatalogItem.Types.PriceRange other)
Parameter
NameDescription
otherProductCatalogItemTypesPriceRange

Properties

Max

public float Max { get; set; }

Required. The maximum product price.

Property Value
TypeDescription
float

Min

public float Min { get; set; }

Required. The minimum product price.

Property Value
TypeDescription
float