Recommendations AI V1beta1 API - Class Google::Cloud::RecommendationEngine::V1beta1::ProductCatalogItem::PriceRange (v0.9.0)

Reference documentation and code samples for the Recommendations AI V1beta1 API class Google::Cloud::RecommendationEngine::V1beta1::ProductCatalogItem::PriceRange.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#max

def max() -> ::Float
Returns
  • (::Float) — Required. The maximum product price.

#max=

def max=(value) -> ::Float
Parameter
  • value (::Float) — Required. The maximum product price.
Returns
  • (::Float) — Required. The maximum product price.

#min

def min() -> ::Float
Returns
  • (::Float) — Required. The minimum product price.

#min=

def min=(value) -> ::Float
Parameter
  • value (::Float) — Required. The minimum product price.
Returns
  • (::Float) — Required. The minimum product price.