class Google::Apis::ContentV2_1::RepricingProductReportBuyboxWinningProductStats
Stats specific to buybox winning rules for product report.
Attributes
buybox_wins_count[RW]
Number of times this product won the buybox with these rules during this time period. Corresponds to the JSON property `buyboxWinsCount` @return [Fixnum]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/content_v2_1/classes.rb, line 12318 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 12323 def update!(**args) @buybox_wins_count = args[:buybox_wins_count] if args.key?(:buybox_wins_count) end