google_api_page_speed_online v0.10.1 GoogleApi.PageSpeedOnline.V5.Model.PagespeedVersion View Source

The Pagespeed Version object.

Attributes

  • major (type: String.t, default: nil) - The major version number of PageSpeed used to generate these results.
  • minor (type: String.t, default: nil) - The minor version number of PageSpeed used to generate these results.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.PageSpeedOnline.V5.Model.PagespeedVersion{
  major: String.t(),
  minor: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.