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

Attributes

  • artUrl (type: String.t, default: nil) -
  • gservicesKey (type: String.t, default: nil) -
  • id (type: String.t, default: nil) -
  • items (type: list(GoogleApi.Books.V1.Model.OffersItemsItems.t), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Books.V1.Model.OffersItems{
  artUrl: String.t() | nil,
  gservicesKey: String.t() | nil,
  id: String.t() | nil,
  items: [GoogleApi.Books.V1.Model.OffersItemsItems.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.