Class PromotionStatus.Types.ItemLevelIssue
The issue associated with the promotion.
Implements
Namespace: Google.Shopping.Merchant.Promotions.V1Beta
Assembly: Google.Shopping.Merchant.Promotions.V1Beta.dll
Syntax
public sealed class PromotionStatus.Types.ItemLevelIssue : IMessage<PromotionStatus.Types.ItemLevelIssue>, IEquatable<PromotionStatus.Types.ItemLevelIssue>, IDeepCloneable<PromotionStatus.Types.ItemLevelIssue>, IBufferMessage, IMessage
Constructors
ItemLevelIssue()
Declaration
public ItemLevelIssue()
ItemLevelIssue(ItemLevelIssue)
Declaration
public ItemLevelIssue(PromotionStatus.Types.ItemLevelIssue other)
Parameters
Type | Name | Description |
---|---|---|
PromotionStatus.Types.ItemLevelIssue | other |
Properties
ApplicableCountries
Output only. List of country codes (ISO 3166-1 alpha-2) where issue applies to the offer.
Declaration
public RepeatedField<string> ApplicableCountries { get; }
Property Value
Type | Description |
---|---|
RepeatedField<string> |
Attribute
Output only. The attribute's name, if the issue is caused by a single attribute.
Declaration
public string Attribute { get; set; }
Property Value
Type | Description |
---|---|
string |
Code
Output only. The error code of the issue.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
Output only. A short issue description in English.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Detail
Output only. A detailed issue description in English.
Declaration
public string Detail { get; set; }
Property Value
Type | Description |
---|---|
string |
Documentation
Output only. The URL of a web page to help with resolving this issue.
Declaration
public string Documentation { get; set; }
Property Value
Type | Description |
---|---|
string |
ReportingContext
Output only. The destination the issue applies to.
Declaration
public ReportingContext.Types.ReportingContextEnum ReportingContext { get; set; }
Property Value
Type | Description |
---|---|
ReportingContext.Types.ReportingContextEnum |
Resolution
Output only. Whether the issue can be resolved by the merchant.
Declaration
public string Resolution { get; set; }
Property Value
Type | Description |
---|---|
string |
Severity
Output only. How this issue affects serving of the promotion.
Declaration
public PromotionStatus.Types.ItemLevelIssue.Types.Severity Severity { get; set; }
Property Value
Type | Description |
---|---|
PromotionStatus.Types.ItemLevelIssue.Types.Severity |