View Source GoogleApi.Fonts.V1.Model.WebfontList (google_api_fonts v0.12.0)

Response containing the list of fonts currently served by the Google Fonts API.

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: nil) - This kind represents a list of webfont objects in the webfonts service.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Fonts.V1.Model.WebfontList{
  items: [GoogleApi.Fonts.V1.Model.Webfont.t()] | nil,
  kind: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.