Show / Hide Table of Contents

Class MerchantReview

A review for a merchant. For more information, see Introduction to Merchant Review Feeds

Inheritance
object
MerchantReview
Implements
IMessage<MerchantReview>
IEquatable<MerchantReview>
IDeepCloneable<MerchantReview>
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 MerchantReview : IMessage<MerchantReview>, IEquatable<MerchantReview>, IDeepCloneable<MerchantReview>, IBufferMessage, IMessage

Constructors

MerchantReview()

Declaration
public MerchantReview()

MerchantReview(MerchantReview)

Declaration
public MerchantReview(MerchantReview other)
Parameters
Type Name Description
MerchantReview other

Properties

Attributes

Optional. A list of merchant review attributes.

Declaration
public MerchantReviewAttributes Attributes { get; set; }
Property Value
Type Description
MerchantReviewAttributes

CustomAttributes

Required. A list of custom (merchant-provided) attributes. It can also be used for submitting any attribute of the data specification in its generic form (for example, { "name": "size type", "value": "regular" }). This is useful for submitting attributes not explicitly exposed by the API, such as experimental attributes. Maximum allowed number of characters for each custom attribute is 10240 (represents sum of characters for name and value). Maximum 2500 custom attributes can be set per product, with total size of 102.4kB. Underscores in custom attribute names are replaced by spaces upon insertion.

Declaration
public RepeatedField<CustomAttribute> CustomAttributes { get; }
Property Value
Type Description
RepeatedField<CustomAttribute>

DataSource

Output only. The primary data source of the merchant review.

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

MerchantReviewId

Required. The user provided merchant review ID to uniquely identify the merchant review.

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

MerchantReviewName

MerchantReviewName-typed view over the Name resource name property.

Declaration
public MerchantReviewName MerchantReviewName { get; set; }
Property Value
Type Description
MerchantReviewName

MerchantReviewStatus

Output only. The status of a merchant review, data validation issues, that is, information about a merchant review computed asynchronously.

Declaration
public MerchantReviewStatus MerchantReviewStatus { get; set; }
Property Value
Type Description
MerchantReviewStatus

Name

Identifier. The name of the merchant review. Format: "{merchantreview.name=accounts/{account}/merchantReviews/{merchantReview}}"

Declaration
public string Name { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX