google_api_fonts v0.2.0 GoogleApi.Fonts.V1.Model.WebfontList View Source

Attributes

  • items (type: list(GoogleApi.Fonts.V1.Model.Webfont.t), default: nil) - The list of fonts currently served by the Google Fonts API.
  • kind (type: String.t, default: webfonts#webfontList) - This kind represents a list of webfont objects in the webfonts service.

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 Source
t() :: %GoogleApi.Fonts.V1.Model.WebfontList{
  items: [GoogleApi.Fonts.V1.Model.Webfont.t()],
  kind: String.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.