Show / Hide Table of Contents

Class Volume.AccessInfoData.EpubData

Information about epub content. (In LITE projection.)

Inheritance
System.Object
Volume.AccessInfoData.EpubData
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 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
System.String

DownloadLink

URL to download epub. (In LITE projection.)

Declaration
[JsonProperty("downloadLink")]
public virtual string DownloadLink { get; set; }
Property Value
Type Description
System.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
System.Nullable<System.Boolean>
In This Article
Back to top