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
object
Review.SourceData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX