Show / Hide Table of Contents

Class Review.SourceData

Information regarding the source of this review, when the review is not from a Google Books user.

Inheritance
System.Object
Review.SourceData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Books.v1.Data
Assembly: Google.Apis.Books.v1.dll
Syntax
public class SourceData

Properties

Description

Name of the source.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
System.String

ExtraDescription

Extra text about the source of the review.

Declaration
[JsonProperty("extraDescription")]
public virtual string ExtraDescription { get; set; }
Property Value
Type Description
System.String

Url

URL of the source of the review.

Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top