Class MerchantReview
A review for a merchant. For more information, see Introduction to Merchant Review Feeds
Implements
Inherited Members
Namespace: Google.Apis.Merchant.reviews_v1beta.Data
Assembly: Google.Apis.Merchant.reviews_v1beta.dll
Syntax
public class MerchantReview : IDirectResponseSchema
Properties
Attributes
Optional. A list of merchant review attributes.
Declaration
[JsonProperty("attributes")]
public virtual 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
[JsonProperty("customAttributes")]
public virtual IList<CustomAttribute> CustomAttributes { get; set; }
Property Value
Type | Description |
---|---|
IList<CustomAttribute> |
DataSource
Output only. The primary data source of the merchant 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 |
MerchantReviewId
Required. The user provided merchant review ID to uniquely identify the merchant review.
Declaration
[JsonProperty("merchantReviewId")]
public virtual string MerchantReviewId { get; set; }
Property Value
Type | Description |
---|---|
string |
MerchantReviewStatus
Output only. The status of a merchant review, data validation issues, that is, information about a merchant review computed asynchronously.
Declaration
[JsonProperty("merchantReviewStatus")]
public virtual 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
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |