google_api_books v0.5.0 GoogleApi.Books.V1.Model.Annotations View Source

Attributes

  • items (list(GoogleApi.Books.V1.Model.Annotation.t)): A list of annotations. Defaults to nil.
  • kind (String.t): Resource type. Defaults to books#annotations.
  • 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 nil.
  • totalItems (integer()): Total number of annotations found. This may be greater than the number of notes returned in this response if results have been paginated. 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() :: %GoogleApi.Books.V1.Model.Annotations{
  items: [GoogleApi.Books.V1.Model.Annotation.t()],
  kind: String.t(),
  nextPageToken: String.t(),
  totalItems: integer()
}

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.