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

Attributes

  • items (type: list(GoogleApi.Books.V1.Model.CategoryItems.t), default: nil) - A list of onboarding categories.
  • kind (type: String.t, default: nil) - Resource type.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.