Class Volume.VolumeInfoData.ReadingModesData
The reading modes available for this volume.
Inherited Members
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? |