GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRangeArgs

data class GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRangeArgs(val max: Output<Double>, val min: Output<Double>) : ConvertibleToJava<GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRangeArgs>

Product price range when there are a range of prices for different variations of the same product.

Constructors

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRangeArgs

Properties

Link copied to clipboard
val max: Output<Double>

The maximum product price.

Link copied to clipboard
val min: Output<Double>

The minimum product price.