class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaLocalInventory

The inventory information at a place (e.g. a store) identified by a place ID.

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @attributes = args[:attributes] if args.key?(:attributes)
  @fulfillment_types = args[:fulfillment_types] if args.key?(:fulfillment_types)
  @place_id = args[:place_id] if args.key?(:place_id)
  @price_info = args[:price_info] if args.key?(:price_info)
end