Class Volume
Implements
Inherited Members
Namespace: Google.Apis.Books.v1.Data
Assembly: Google.Apis.Books.v1.dll
Syntax
public class Volume : IDirectResponseSchema
Properties
AccessInfo
Any information about a volume related to reading or obtaining that volume text. This information can depend on country (books may be public domain in one country but not in another, e.g.).
Declaration
[JsonProperty("accessInfo")]
public virtual Volume.AccessInfoData AccessInfo { get; set; }
Property Value
Type | Description |
---|---|
Volume.AccessInfoData |
ETag
Opaque identifier for a specific version of a volume resource. (In LITE projection)
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Unique identifier for a volume. (In LITE projection.)
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
Resource type for a volume. (In LITE projection.)
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
LayerInfo
What layers exist in this volume and high level information about them.
Declaration
[JsonProperty("layerInfo")]
public virtual Volume.LayerInfoData LayerInfo { get; set; }
Property Value
Type | Description |
---|---|
Volume.LayerInfoData |
RecommendedInfo
Recommendation related information for this volume.
Declaration
[JsonProperty("recommendedInfo")]
public virtual Volume.RecommendedInfoData RecommendedInfo { get; set; }
Property Value
Type | Description |
---|---|
Volume.RecommendedInfoData |
SaleInfo
Any information about a volume related to the eBookstore and/or purchaseability. This information can depend on the country where the request originates from (i.e. books may not be for sale in certain countries).
Declaration
[JsonProperty("saleInfo")]
public virtual Volume.SaleInfoData SaleInfo { get; set; }
Property Value
Type | Description |
---|---|
Volume.SaleInfoData |
SearchInfo
Search result information related to this volume.
Declaration
[JsonProperty("searchInfo")]
public virtual Volume.SearchInfoData SearchInfo { get; set; }
Property Value
Type | Description |
---|---|
Volume.SearchInfoData |
SelfLink
URL to this resource. (In LITE projection.)
Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
Type | Description |
---|---|
string |
UserInfo
User specific information related to this volume. (e.g. page this user last read or whether they purchased this book)
Declaration
[JsonProperty("userInfo")]
public virtual Volume.UserInfoData UserInfo { get; set; }
Property Value
Type | Description |
---|---|
Volume.UserInfoData |
VolumeInfo
General volume information.
Declaration
[JsonProperty("volumeInfo")]
public virtual Volume.VolumeInfoData VolumeInfo { get; set; }
Property Value
Type | Description |
---|---|
Volume.VolumeInfoData |