google_api_books v0.2.0 GoogleApi.Books.V1.Model.Volume View Source
Attributes
- accessInfo (VolumeAccessInfo): Defaults to:
null
. - etag (String.t): Opaque identifier for a specific version of a volume resource. (In LITE projection) Defaults to:
null
. - id (String.t): Unique identifier for a volume. (In LITE projection.) Defaults to:
null
. - kind (String.t): Resource type for a volume. (In LITE projection.) Defaults to:
null
. - layerInfo (VolumeLayerInfo): Defaults to:
null
. - recommendedInfo (VolumeRecommendedInfo): Defaults to:
null
. - saleInfo (VolumeSaleInfo): Defaults to:
null
. - searchInfo (VolumeSearchInfo): Defaults to:
null
. - selfLink (String.t): URL to this resource. (In LITE projection.) Defaults to:
null
. - userInfo (VolumeUserInfo): Defaults to:
null
. - volumeInfo (VolumeVolumeInfo): Defaults to:
null
.
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() :: %GoogleApi.Books.V1.Model.Volume{ accessInfo: GoogleApi.Books.V1.Model.VolumeAccessInfo.t(), etag: any(), id: any(), kind: any(), 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: any(), userInfo: GoogleApi.Books.V1.Model.VolumeUserInfo.t(), volumeInfo: GoogleApi.Books.V1.Model.VolumeVolumeInfo.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.