View Source GoogleApi.Books.V1.Model.Volume2 (google_api_books v0.21.0)

Attributes

  • items (type: list(GoogleApi.Books.V1.Model.Volume.t), default: nil) - A list of volumes.
  • kind (type: String.t, default: nil) - Resource type.
  • nextPageToken (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Books.V1.Model.Volume2{
  items: [GoogleApi.Books.V1.Model.Volume.t()] | nil,
  kind: String.t() | nil,
  nextPageToken: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.