Class ProductReview
A review for a product. For more information, see Introduction to Product Review Feeds
Implements
Namespace: Google.Shopping.Merchant.Reviews.V1Beta
Assembly: Google.Shopping.Merchant.Reviews.V1Beta.dll
Syntax
public sealed class ProductReview : IMessage<ProductReview>, IEquatable<ProductReview>, IDeepCloneable<ProductReview>, IBufferMessage, IMessage
Constructors
ProductReview()
Declaration
public ProductReview()
ProductReview(ProductReview)
Declaration
public ProductReview(ProductReview other)
Parameters
| Type | Name | Description |
|---|---|---|
| ProductReview | other |
Properties
Attributes
Optional. A list of product review attributes.
Declaration
public ProductReviewAttributes Attributes { get; set; }
Property Value
| Type | Description |
|---|---|
| ProductReviewAttributes |
CustomAttributes
Optional. A list of custom (merchant-provided) attributes.
Declaration
public RepeatedField<CustomAttribute> CustomAttributes { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<CustomAttribute> |
DataSource
Output only. The primary data source of the product review.
Declaration
public string DataSource { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Identifier. The name of the product review.
Format:
"{productreview.name=accounts/{account}/productReviews/{productReview}}"
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProductReviewId
Required. The permanent, unique identifier for the product review in the publisher’s system.
Declaration
public string ProductReviewId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProductReviewName
ProductReviewName-typed view over the Name resource name property.
Declaration
public ProductReviewName ProductReviewName { get; set; }
Property Value
| Type | Description |
|---|---|
| ProductReviewName |
ProductReviewStatus
Output only. The status of a product review, data validation issues, that is, information about a product review computed asynchronously.
Declaration
public ProductReviewStatus ProductReviewStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| ProductReviewStatus |