Class AccountIssue.Types.ImpactedDestination
The impact of the issue on a destination.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.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 |