Show / Hide Table of Contents

Class PromotionStatus.Types.ItemLevelIssue

The issue associated with the promotion.

Inheritance
object
PromotionStatus.Types.ItemLevelIssue
Implements
IMessage<PromotionStatus.Types.ItemLevelIssue>
IEquatable<PromotionStatus.Types.ItemLevelIssue>
IDeepCloneable<PromotionStatus.Types.ItemLevelIssue>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Promotions.V1
Assembly: Google.Shopping.Merchant.Promotions.V1.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
In this article
Back to top Generated by DocFX