View Source GoogleApi.Books.V1.Model.Metadata (google_api_books v0.21.0)
Attributes
-
items
(type:list(GoogleApi.Books.V1.Model.MetadataItems.t)
, default:nil
) - A list of offline dictionary metadata. -
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.Metadata{ items: [GoogleApi.Books.V1.Model.MetadataItems.t()] | nil, kind: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.