Show / Hide Table of Contents

Class Volume.RecommendedInfoData

Recommendation related information for this volume.

Inheritance
System.Object
Volume.RecommendedInfoData
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 RecommendedInfoData

Properties

Explanation

A text explaining why this volume is recommended.

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