Class ReviewLink
The URI of the review landing page.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.reviews_v1beta.Data
Assembly: Google.Apis.Merchant.reviews_v1beta.dll
Syntax
public class ReviewLink : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Link
Optional. The URI of the review landing page. For example: http://www.example.com/review_5.html
.
Declaration
[JsonProperty("link")]
public virtual string Link { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Optional. Type of the review URI.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |