Show / Hide Table of Contents

Class Volume.AccessInfoData.EpubData

Information about epub content. (In LITE projection.)

Inheritance
object
Volume.AccessInfoData.EpubData
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.AccessInfoData.EpubData

Properties

AcsTokenLink

URL to retrieve ACS token for epub download. (In LITE projection.)

Declaration
[JsonProperty("acsTokenLink")]
public virtual string AcsTokenLink { get; set; }
Property Value
Type Description
string

DownloadLink

URL to download epub. (In LITE projection.)

Declaration
[JsonProperty("downloadLink")]
public virtual string DownloadLink { get; set; }
Property Value
Type Description
string

IsAvailable

Is a flowing text epub available either as public domain or for purchase. (In LITE projection.)

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