Class: Google::Cloud::RecommendationEngine::V1beta1::ProductCatalogItem::PriceRange

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#max::Float

Returns Required. The maximum product price.

Returns:

  • (::Float)

    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.

Returns:

  • (::Float)

    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