Show / Hide Table of Contents

Class Volume.VolumeInfoData.ReadingModesData

The reading modes available for this volume.

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

Properties

Image

Declaration
[JsonProperty("image")]
public virtual bool? Image { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Text

Declaration
[JsonProperty("text")]
public virtual bool? Text { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
In This Article
Back to top