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

Attributes

  • items ([Webfont]): The list of fonts currently served by the Google Fonts API. Defaults to: null.
  • kind (String.t): This kind represents a list of webfont objects in the webfonts service. Defaults to: null.

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: any()
}

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.