class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaRuleBoostAction
A boost action to apply to results matching condition specified above.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @boost = args[:boost] if args.key?(:boost) @products_filter = args[:products_filter] if args.key?(:products_filter) end