Class ProductReview
A review for a product. For more information, see Introduction to Product Review Feeds
Implements
Inherited Members
Namespace: Google.Apis.Merchant.reviews_v1beta.Data
Assembly: Google.Apis.Merchant.reviews_v1beta.dll
Syntax
public class ProductReview : IDirectResponseSchema
Properties
Attributes
Optional. A list of product review attributes.
Declaration
[JsonProperty("attributes")]
public virtual ProductReviewAttributes Attributes { get; set; }
Property Value
Type | Description |
---|---|
ProductReviewAttributes |
CustomAttributes
Optional. A list of custom (merchant-provided) attributes.
Declaration
[JsonProperty("customAttributes")]
public virtual IList<CustomAttribute> CustomAttributes { get; set; }
Property Value
Type | Description |
---|---|
IList<CustomAttribute> |
DataSource
Output only. The primary data source of the product review.
Declaration
[JsonProperty("dataSource")]
public virtual string DataSource { 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 |
Name
Identifier. The name of the product review. Format:
"{productreview.name=accounts/{account}/productReviews/{productReview}}"
Declaration
[JsonProperty("name")]
public virtual 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
[JsonProperty("productReviewId")]
public virtual string ProductReviewId { get; set; }
Property Value
Type | Description |
---|---|
string |
ProductReviewStatus
Output only. The status of a product review, data validation issues, that is, information about a product review computed asynchronously.
Declaration
[JsonProperty("productReviewStatus")]
public virtual ProductReviewStatus ProductReviewStatus { get; set; }
Property Value
Type | Description |
---|---|
ProductReviewStatus |