View Source GoogleApi.Books.V1.Model.Discoveryclusters (google_api_books v0.21.0)
Attributes
-
clusters
(type:list(GoogleApi.Books.V1.Model.DiscoveryclustersClusters.t)
, default:nil
) - -
kind
(type:String.t
, default:nil
) - Resorce type. -
totalClusters
(type:integer()
, default:nil
) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Books.V1.Model.Discoveryclusters{ clusters: [GoogleApi.Books.V1.Model.DiscoveryclustersClusters.t()] | nil, kind: String.t() | nil, totalClusters: integer() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.