Class: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaPriceInfoPriceRange

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/retail_v2beta/classes.rb,
lib/google/apis/retail_v2beta/representations.rb,
lib/google/apis/retail_v2beta/representations.rb

Overview

The price range of all variant Product having the same Product. primary_product_id.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudRetailV2betaPriceInfoPriceRange

Returns a new instance of GoogleCloudRetailV2betaPriceInfoPriceRange.



2784
2785
2786
# File 'lib/google/apis/retail_v2beta/classes.rb', line 2784

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#original_priceGoogle::Apis::RetailV2beta::GoogleCloudRetailV2betaInterval

A floating point interval. Corresponds to the JSON property originalPrice



2777
2778
2779
# File 'lib/google/apis/retail_v2beta/classes.rb', line 2777

def original_price
  @original_price
end

#priceGoogle::Apis::RetailV2beta::GoogleCloudRetailV2betaInterval

A floating point interval. Corresponds to the JSON property price



2782
2783
2784
# File 'lib/google/apis/retail_v2beta/classes.rb', line 2782

def price
  @price
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2789
2790
2791
2792
# File 'lib/google/apis/retail_v2beta/classes.rb', line 2789

def update!(**args)
  @original_price = args[:original_price] if args.key?(:original_price)
  @price = args[:price] if args.key?(:price)
end