Class: Google::Cloud::RecommendationEngine::V1beta1::ProductCatalogItem::PriceRange
- Inherits:
-
Object
- Object
- Google::Cloud::RecommendationEngine::V1beta1::ProductCatalogItem::PriceRange
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recommendationengine/v1beta1/catalog.rb
Overview
Product price range when there are a range of prices for different variations of the same product.
Instance Attribute Summary collapse
-
#max ⇒ ::Float
Required.
-
#min ⇒ ::Float
Required.
Instance Attribute Details
#max ⇒ ::Float
Returns Required. The maximum product price.
163 164 165 166 |
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/catalog.rb', line 163 class PriceRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min ⇒ ::Float
Returns Required. The minimum product price.
163 164 165 166 |
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/catalog.rb', line 163 class PriceRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |