google_api_books v0.8.0 GoogleApi.Books.V1.Model.DictlayerdataDictWords View Source
Attributes
derivatives
(type:list(GoogleApi.Books.V1.Model.DictlayerdataDictWordsDerivatives.t)
, default:nil
) -examples
(type:list(GoogleApi.Books.V1.Model.DictlayerdataDictWordsExamples.t)
, default:nil
) -senses
(type:list(GoogleApi.Books.V1.Model.DictlayerdataDictWordsSenses.t)
, default:nil
) -source
(type:GoogleApi.Books.V1.Model.DictlayerdataDictWordsSource.t
, default:nil
) - The words with different meanings but not related words, e.g. "go" (game) and "go" (verb).
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Books.V1.Model.DictlayerdataDictWords{ derivatives: [GoogleApi.Books.V1.Model.DictlayerdataDictWordsDerivatives.t()], examples: [GoogleApi.Books.V1.Model.DictlayerdataDictWordsExamples.t()], senses: [GoogleApi.Books.V1.Model.DictlayerdataDictWordsSenses.t()], source: GoogleApi.Books.V1.Model.DictlayerdataDictWordsSource.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.