google_api_page_speed_online v0.10.1 GoogleApi.PageSpeedOnline.V2.Model.ResultVersion View Source

The version of PageSpeed used to generate these results.

Attributes

  • major (type: integer(), default: nil) - The major version number of PageSpeed used to generate these results.
  • minor (type: integer(), 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.V2.Model.ResultVersion{
  major: integer(),
  minor: integer()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.