View Source GoogleApi.Books.V1.Model.Volumeannotations (google_api_books v0.21.0)
Attributes
-
items
(type:list(GoogleApi.Books.V1.Model.Volumeannotation.t)
, default:nil
) - A list of volume annotations. -
kind
(type:String.t
, default:nil
) - Resource type -
nextPageToken
(type:String.t
, default:nil
) - Token to pass in for pagination for the next page. This will not be present if this request does not have more results. -
totalItems
(type:integer()
, default:nil
) - The total number of volume annotations found. -
version
(type:String.t
, default:nil
) - The version string for all of the volume annotations in this layer (not just the ones in this response). Note: the version string doesn't apply to the annotation data, just the information in this response (e.g. the location of annotations in the book).
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Books.V1.Model.Volumeannotations{ items: [GoogleApi.Books.V1.Model.Volumeannotation.t()] | nil, kind: String.t() | nil, nextPageToken: String.t() | nil, totalItems: integer() | nil, version: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.