Class Review
Implements
Inherited Members
Namespace: Google.Apis.Books.v1.Data
Assembly: Google.Apis.Books.v1.dll
Syntax
public class Review : IDirectResponseSchema
Properties
Author
Author of this review.
Declaration
[JsonProperty("author")]
public virtual Review.AuthorData Author { get; set; }
Property Value
Type | Description |
---|---|
Review.AuthorData |
Content
Review text.
Declaration
[JsonProperty("content")]
public virtual string Content { get; set; }
Property Value
Type | Description |
---|---|
string |
Date
Date of this review.
Declaration
[JsonProperty("date")]
public virtual string Date { 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 |
FullTextUrl
URL for the full review text, for reviews gathered from the web.
Declaration
[JsonProperty("fullTextUrl")]
public virtual string FullTextUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
Resource type for a review.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
Rating
Star rating for this review. Possible values are ONE, TWO, THREE, FOUR, FIVE or NOT_RATED.
Declaration
[JsonProperty("rating")]
public virtual string Rating { get; set; }
Property Value
Type | Description |
---|---|
string |
Source
Information regarding the source of this review, when the review is not from a Google Books user.
Declaration
[JsonProperty("source")]
public virtual Review.SourceData Source { get; set; }
Property Value
Type | Description |
---|---|
Review.SourceData |
Title
Title for this review.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Source type for this review. Possible values are EDITORIAL, WEB_USER or GOOGLE_USER.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |
VolumeId
Volume that this review is for.
Declaration
[JsonProperty("volumeId")]
public virtual string VolumeId { get; set; }
Property Value
Type | Description |
---|---|
string |