Class AggregateProductStatus.Types.ItemLevelIssue
The ItemLevelIssue of the product status.
Implements
Namespace: Google.Shopping.Merchant.IssueResolution.V1Beta
Assembly: Google.Shopping.Merchant.IssueResolution.V1Beta.dll
Syntax
public sealed class AggregateProductStatus.Types.ItemLevelIssue : IMessage<AggregateProductStatus.Types.ItemLevelIssue>, IEquatable<AggregateProductStatus.Types.ItemLevelIssue>, IDeepCloneable<AggregateProductStatus.Types.ItemLevelIssue>, IBufferMessage, IMessage
Constructors
ItemLevelIssue()
Declaration
public ItemLevelIssue()
ItemLevelIssue(ItemLevelIssue)
Declaration
public ItemLevelIssue(AggregateProductStatus.Types.ItemLevelIssue other)
Parameters
| Type | Name | Description |
|---|---|---|
| AggregateProductStatus.Types.ItemLevelIssue | other |
Properties
Attribute
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
The error code of the issue.
Declaration
public string Code { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Description
A short issue description in English.
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Detail
A detailed issue description in English.
Declaration
public string Detail { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DocumentationUri
The URL of a web page to help with resolving this issue.
Declaration
public string DocumentationUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProductCount
The number of products affected by this issue.
Declaration
public long ProductCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
Resolution
Whether the issue can be resolved by the merchant.
Declaration
public AggregateProductStatus.Types.ItemLevelIssue.Types.Resolution Resolution { get; set; }
Property Value
| Type | Description |
|---|---|
| AggregateProductStatus.Types.ItemLevelIssue.Types.Resolution |
Severity
How this issue affects serving of the offer.
Declaration
public AggregateProductStatus.Types.ItemLevelIssue.Types.Severity Severity { get; set; }
Property Value
| Type | Description |
|---|---|
| AggregateProductStatus.Types.ItemLevelIssue.Types.Severity |