Class GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange
Product price range when there are a range of prices for different variations of the same product.
Implements
Inherited Members
Namespace: Google.Apis.RecommendationsAI.v1beta1.Data
Assembly: Google.Apis.RecommendationsAI.v1beta1.dll
Syntax
public class GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Max
Required. The maximum product price.
Declaration
[JsonProperty("max")]
public virtual float? Max { get; set; }
Property Value
Type | Description |
---|---|
float? |
Min
Required. The minimum product price.
Declaration
[JsonProperty("min")]
public virtual float? Min { get; set; }
Property Value
Type | Description |
---|---|
float? |