Class Volume.AccessInfoData.EpubData
Information about epub content. (In LITE projection.)
Inherited Members
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? |