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

Attributes

  • banner_with_content_container (type: GoogleApi.Books.V1.Model.DiscoveryclustersClustersBannerWithContentContainer.t, default: nil) -
  • subTitle (type: String.t, default: nil) -
  • title (type: String.t, default: nil) -
  • totalVolumes (type: integer(), default: nil) -
  • uid (type: String.t, default: nil) -
  • volumes (type: list(GoogleApi.Books.V1.Model.Volume.t), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Books.V1.Model.DiscoveryclustersClusters{
  banner_with_content_container:
    GoogleApi.Books.V1.Model.DiscoveryclustersClustersBannerWithContentContainer.t()
    | nil,
  subTitle: String.t() | nil,
  title: String.t() | nil,
  totalVolumes: integer() | nil,
  uid: String.t() | nil,
  volumes: [GoogleApi.Books.V1.Model.Volume.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.