Class Review.SourceData
Information regarding the source of this review, when the review is not from a Google Books user.
Inherited Members
Namespace: Google.Apis.Books.v1.Data
Assembly: Google.Apis.Books.v1.dll
Syntax
public class Review.SourceData
Properties
Description
Name of the source.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
ExtraDescription
Extra text about the source of the review.
Declaration
[JsonProperty("extraDescription")]
public virtual string ExtraDescription { get; set; }
Property Value
Type | Description |
---|---|
string |
Url
URL of the source of the review.
Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
Type | Description |
---|---|
string |