Show / Hide Table of Contents

Class Impact

Overall impact of the issue.

Inheritance
object
Impact
Implements
IMessage<Impact>
IEquatable<Impact>
IDeepCloneable<Impact>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.IssueResolution.V1
Assembly: Google.Shopping.Merchant.IssueResolution.V1.dll
Syntax
public sealed class Impact : IMessage<Impact>, IEquatable<Impact>, IDeepCloneable<Impact>, IBufferMessage, IMessage

Constructors

Impact()

Declaration
public Impact()

Impact(Impact)

Declaration
public Impact(Impact other)
Parameters
Type Name Description
Impact other

Properties

Breakdowns

Detailed impact breakdown. Explains the types of restriction the issue has in different shopping destinations and territory. If present, it should be rendered to the business. Can be shown as a mouse over dropdown or a dialog. Each breakdown item represents a group of regions with the same impact details.

Declaration
public RepeatedField<Breakdown> Breakdowns { get; }
Property Value
Type Description
RepeatedField<Breakdown>

Message

Optional. Message summarizing the overall impact of the issue. If present, it should be rendered to the business. For example: "Disapproves 90k offers in 25 countries"

Declaration
public string Message { get; set; }
Property Value
Type Description
string

Severity

The severity of the issue.

Declaration
public Severity Severity { get; set; }
Property Value
Type Description
Severity
In this article
Back to top Generated by DocFX