GoogleApi.WebFonts.V1.Model.Axis (google_api_web_fonts v0.7.0)

View Source

Metadata for a variable font axis.

Attributes

  • end (type: number(), default: nil) - maximum value
  • start (type: number(), default: nil) - minimum value
  • tag (type: String.t, default: nil) - tag name.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WebFonts.V1.Model.Axis{
  end: number() | nil,
  start: number() | nil,
  tag: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.