class Google::Apis::ContentV2_1::RepricingRuleReportBuyboxWinningRuleStats
Stats specific to buybox winning rules for rule report.
Attributes
buybox_won_product_count[RW]
Number of unique products that won the buybox with this rule during this period of time. Corresponds to the JSON property `buyboxWonProductCount` @return [Fixnum]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/content_v2_1/classes.rb, line 12669 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/content_v2_1/classes.rb, line 12674 def update!(**args) @buybox_won_product_count = args[:buybox_won_product_count] if args.key?(:buybox_won_product_count) end