class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaPriceInfoPriceRange

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

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @original_price = args[:original_price] if args.key?(:original_price)
  @price = args[:price] if args.key?(:price)
end