Show / Hide Table of Contents

Class Breakdown

A detailed impact breakdown for a group of regions where the impact of the issue on different shopping destinations is the same.

Inheritance
object
Breakdown
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Merchant.issueresolution_v1beta.Data
Assembly: Google.Apis.Merchant.issueresolution_v1beta.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 the business. If the list is too long, it is recommended to make it expandable.

Declaration
[JsonProperty("regions")]
public virtual IList<Region> Regions { get; set; }
Property Value
Type Description
IList<Region>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX