Class ProductCatalogItem.Types.PriceRange (1.0.0-beta03)

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.

Inheritance

Object > ProductCatalogItem.Types.PriceRange

Namespace

Google.Cloud.RecommendationEngine.V1Beta1

Assembly

Google.Cloud.RecommendationEngine.V1Beta1.dll

Constructors

PriceRange()

public PriceRange()

PriceRange(ProductCatalogItem.Types.PriceRange)

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

Properties

Max

public float Max { get; set; }

Required. The maximum product price.

Property Value
TypeDescription
Single

Min

public float Min { get; set; }

Required. The minimum product price.

Property Value
TypeDescription
Single