Class ItemLevelIssue
The ItemLevelIssue of the product status.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.issueresolution_v1.Data
Assembly: Google.Apis.Merchant.issueresolution_v1.dll
Syntax
public class ItemLevelIssue : IDirectResponseSchema
Properties
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 |
Detail
A detailed issue description in English.
Declaration
[JsonProperty("detail")]
public virtual string Detail { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DocumentationUri
The URL of a web page to help with resolving this issue.
Declaration
[JsonProperty("documentationUri")]
public virtual string DocumentationUri { 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 |
ProductCount
The number of products affected by this issue.
Declaration
[JsonProperty("productCount")]
public virtual long? ProductCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Resolution
Whether the issue can be resolved by the merchant.
Declaration
[JsonProperty("resolution")]
public virtual string Resolution { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Severity
How this issue affects serving of the offer.
Declaration
[JsonProperty("severity")]
public virtual string Severity { get; set; }
Property Value
| Type | Description |
|---|---|
| string |