Show / Hide Table of Contents

Class RepricingProductReportBuyboxWinningProductStats

Stats specific to buybox winning rules for product report.

Inheritance
System.Object
RepricingProductReportBuyboxWinningProductStats
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class RepricingProductReportBuyboxWinningProductStats : IDirectResponseSchema

Properties

BuyboxWinsCount

Number of times this product won the buybox with these rules during this time period.

Declaration
[JsonProperty("buyboxWinsCount")]
public virtual int? BuyboxWinsCount { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
In This Article
Back to top