Show / Hide Table of Contents

Class Volume.VolumeInfoData.ReadingModesData

The reading modes available for this volume.

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

Properties

Image

Declaration
[JsonProperty("image")]
public virtual bool? Image { get; set; }
Property Value
Type Description
bool?

Text

Declaration
[JsonProperty("text")]
public virtual bool? Text { get; set; }
Property Value
Type Description
bool?
In this article
Back to top Generated by DocFX