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
Namespace: Google.Shopping.Merchant.IssueResolution.V1
Assembly: Google.Shopping.Merchant.IssueResolution.V1.dll
Syntax
public sealed class Breakdown : IMessage<Breakdown>, IEquatable<Breakdown>, IDeepCloneable<Breakdown>, IBufferMessage, IMessage
Constructors
Breakdown()
Declaration
public Breakdown()
Breakdown(Breakdown)
Declaration
public Breakdown(Breakdown other)
Parameters
| Type | Name | Description |
|---|---|---|
| Breakdown | other |
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
public RepeatedField<string> Details { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<string> |
Regions
Lists of regions. Should be rendered as a title for this group of details. The full list should be shown to the business. If the list is too long, it is recommended to make it expandable.
Declaration
public RepeatedField<Breakdown.Types.Region> Regions { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<Breakdown.Types.Region> |