google_api_books v0.2.0 GoogleApi.Books.V1.Model.Volumeannotations View Source

Attributes

  • items ([Volumeannotation]): A list of volume annotations. Defaults to: null.
  • kind (String.t): Resource type Defaults to: null.
  • nextPageToken (String.t): Token to pass in for pagination for the next page. This will not be present if this request does not have more results. Defaults to: null.
  • totalItems (integer()): The total number of volume annotations found. Defaults to: null.
  • version (String.t): 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). 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.Volumeannotations{
  items: [GoogleApi.Books.V1.Model.Volumeannotation.t()],
  kind: any(),
  nextPageToken: any(),
  totalItems: any(),
  version: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.