Show / Hide Table of Contents

Class ItemLevelIssue

The issue associated with the promotion.

Inheritance
object
ItemLevelIssue
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Merchant.promotions_v1beta.Data
Assembly: Google.Apis.Merchant.promotions_v1beta.dll
Syntax
public class ItemLevelIssue : IDirectResponseSchema

Properties

ApplicableCountries

Output only. List of country codes (ISO 3166-1 alpha-2) where issue applies to the offer.

Declaration
[JsonProperty("applicableCountries")]
public virtual IList<string> ApplicableCountries { get; set; }
Property Value
Type Description
IList<string>

Attribute

Output only. The attribute's name, if the issue is caused by a single attribute.

Declaration
[JsonProperty("attribute")]
public virtual string Attribute { get; set; }
Property Value
Type Description
string

Code

Output only. The error code of the issue.

Declaration
[JsonProperty("code")]
public virtual string Code { get; set; }
Property Value
Type Description
string

Description

Output only. A short issue description in English.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

Detail

Output only. A detailed issue description in English.

Declaration
[JsonProperty("detail")]
public virtual 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
[JsonProperty("documentation")]
public virtual string Documentation { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

ReportingContext

Output only. The destination the issue applies to.

Declaration
[JsonProperty("reportingContext")]
public virtual string ReportingContext { get; set; }
Property Value
Type Description
string

Resolution

Output only. Whether the issue can be resolved by the merchant.

Declaration
[JsonProperty("resolution")]
public virtual string Resolution { get; set; }
Property Value
Type Description
string

Severity

Output only. How this issue affects serving of the promotion.

Declaration
[JsonProperty("severity")]
public virtual string Severity { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX