google_api_books v0.5.0 GoogleApi.Books.V1.Model.Volume View Source
Attributes
- accessInfo (GoogleApi.Books.V1.Model.VolumeAccessInfo.t): 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.). Defaults to
nil
. - etag (String.t): Opaque identifier for a specific version of a volume resource. (In LITE projection) Defaults to
nil
. - id (String.t): Unique identifier for a volume. (In LITE projection.) Defaults to
nil
. - kind (String.t): Resource type for a volume. (In LITE projection.) Defaults to
books#volume
. - layerInfo (GoogleApi.Books.V1.Model.VolumeLayerInfo.t): What layers exist in this volume and high level information about them. Defaults to
nil
. - recommendedInfo (GoogleApi.Books.V1.Model.VolumeRecommendedInfo.t): Recommendation related information for this volume. Defaults to
nil
. - saleInfo (GoogleApi.Books.V1.Model.VolumeSaleInfo.t): 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). Defaults to
nil
. - searchInfo (GoogleApi.Books.V1.Model.VolumeSearchInfo.t): Search result information related to this volume. Defaults to
nil
. - selfLink (String.t): URL to this resource. (In LITE projection.) Defaults to
nil
. - userInfo (GoogleApi.Books.V1.Model.VolumeUserInfo.t): User specific information related to this volume. (e.g. page this user last read or whether they purchased this book) Defaults to
nil
. - volumeInfo (GoogleApi.Books.V1.Model.VolumeVolumeInfo.t): General volume information. Defaults to
nil
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Books.V1.Model.Volume{
accessInfo: GoogleApi.Books.V1.Model.VolumeAccessInfo.t(),
etag: String.t(),
id: String.t(),
kind: String.t(),
layerInfo: GoogleApi.Books.V1.Model.VolumeLayerInfo.t(),
recommendedInfo: GoogleApi.Books.V1.Model.VolumeRecommendedInfo.t(),
saleInfo: GoogleApi.Books.V1.Model.VolumeSaleInfo.t(),
searchInfo: GoogleApi.Books.V1.Model.VolumeSearchInfo.t(),
selfLink: String.t(),
userInfo: GoogleApi.Books.V1.Model.VolumeUserInfo.t(),
volumeInfo: GoogleApi.Books.V1.Model.VolumeVolumeInfo.t()
}
t() :: %GoogleApi.Books.V1.Model.Volume{ accessInfo: GoogleApi.Books.V1.Model.VolumeAccessInfo.t(), etag: String.t(), id: String.t(), kind: String.t(), layerInfo: GoogleApi.Books.V1.Model.VolumeLayerInfo.t(), recommendedInfo: GoogleApi.Books.V1.Model.VolumeRecommendedInfo.t(), saleInfo: GoogleApi.Books.V1.Model.VolumeSaleInfo.t(), searchInfo: GoogleApi.Books.V1.Model.VolumeSearchInfo.t(), selfLink: String.t(), userInfo: GoogleApi.Books.V1.Model.VolumeUserInfo.t(), volumeInfo: GoogleApi.Books.V1.Model.VolumeVolumeInfo.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.