class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaRuleBoostAction

def update!(**args)

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