Show / Hide Table of Contents

Class AccountIssue.Types.ImpactedDestination

The impact of the issue on a destination.

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

Constructors

ImpactedDestination()

Declaration
public ImpactedDestination()

ImpactedDestination(ImpactedDestination)

Declaration
public ImpactedDestination(AccountIssue.Types.ImpactedDestination other)
Parameters
Type Name Description
AccountIssue.Types.ImpactedDestination other

Properties

HasReportingContext

Gets whether the "reporting_context" field is set

Declaration
public bool HasReportingContext { get; }
Property Value
Type Description
bool

Impacts

The (negative) impact for various regions on the given destination.

Declaration
public RepeatedField<AccountIssue.Types.ImpactedDestination.Types.Impact> Impacts { get; }
Property Value
Type Description
RepeatedField<AccountIssue.Types.ImpactedDestination.Types.Impact>

ReportingContext

The impacted reporting context.

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