Class Breakdown
A detailed impact breakdown for a group of regions where the impact of the issue on different shopping destinations is the same.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class Breakdown : IDirectResponseSchema
Properties
Details
Human readable, localized description of issue's effect on different targets. Should be rendered as a list. For example: * "Products not showing in ads" * "Products not showing organically"
Declaration
[JsonProperty("details")]
public virtual IList<string> Details { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Regions
Lists of regions. Should be rendered as a title for this group of details. The full list should be shown to merchant. If the list is too long, it is recommended to make it expandable.
Declaration
[JsonProperty("regions")]
public virtual IList<BreakdownRegion> Regions { get; set; }
Property Value
Type | Description |
---|---|
IList<BreakdownRegion> |