Show / Hide Table of Contents

Class MerchantReviewStatus.Types.MerchantReviewItemLevelIssue

The ItemLevelIssue of the merchant review status.

Inheritance
object
MerchantReviewStatus.Types.MerchantReviewItemLevelIssue
Implements
IMessage<MerchantReviewStatus.Types.MerchantReviewItemLevelIssue>
IEquatable<MerchantReviewStatus.Types.MerchantReviewItemLevelIssue>
IDeepCloneable<MerchantReviewStatus.Types.MerchantReviewItemLevelIssue>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Reviews.V1Beta
Assembly: Google.Shopping.Merchant.Reviews.V1Beta.dll
Syntax
public sealed class MerchantReviewStatus.Types.MerchantReviewItemLevelIssue : IMessage<MerchantReviewStatus.Types.MerchantReviewItemLevelIssue>, IEquatable<MerchantReviewStatus.Types.MerchantReviewItemLevelIssue>, IDeepCloneable<MerchantReviewStatus.Types.MerchantReviewItemLevelIssue>, IBufferMessage, IMessage

Constructors

MerchantReviewItemLevelIssue()

Declaration
public MerchantReviewItemLevelIssue()

MerchantReviewItemLevelIssue(MerchantReviewItemLevelIssue)

Declaration
public MerchantReviewItemLevelIssue(MerchantReviewStatus.Types.MerchantReviewItemLevelIssue other)
Parameters
Type Name Description
MerchantReviewStatus.Types.MerchantReviewItemLevelIssue other

Properties

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 reporting context 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 merchant review.

Declaration
public MerchantReviewStatus.Types.MerchantReviewItemLevelIssue.Types.Severity Severity { get; set; }
Property Value
Type Description
MerchantReviewStatus.Types.MerchantReviewItemLevelIssue.Types.Severity
In this article
Back to top Generated by DocFX