Class ItemLevelIssue
The ItemLevelIssue of the product status.
Implements
Inherited Members
Namespace: Google.Apis.Css.v1.Data
Assembly: Google.Apis.Css.v1.dll
Syntax
public class ItemLevelIssue : IDirectResponseSchema
Properties
ApplicableCountries
List of country codes (ISO 3166-1 alpha-2) where issue applies to the aggregate offer.
Declaration
[JsonProperty("applicableCountries")]
public virtual IList<string> ApplicableCountries { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Attribute
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
The error code of the issue.
Declaration
[JsonProperty("code")]
public virtual string Code { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
A short issue description in English.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Destination
The destination the issue applies to.
Declaration
[JsonProperty("destination")]
public virtual string Destination { get; set; }
Property Value
Type | Description |
---|---|
string |
Detail
A detailed issue description in English.
Declaration
[JsonProperty("detail")]
public virtual string Detail { get; set; }
Property Value
Type | Description |
---|---|
string |
Documentation
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 |
Resolution
Whether the issue can be resolved by the merchant.
Declaration
[JsonProperty("resolution")]
public virtual string Resolution { get; set; }
Property Value
Type | Description |
---|---|
string |
Servability
How this issue affects serving of the aggregate offer.
Declaration
[JsonProperty("servability")]
public virtual string Servability { get; set; }
Property Value
Type | Description |
---|---|
string |