google_api_page_speed_online v0.5.0 GoogleApi.PageSpeedOnline.V2.Model.ResultFormattedResults View Source

Localized PageSpeed results. Contains a ruleResults entry for each PageSpeed rule instantiated and run by the server.

Attributes

  • locale (type: String.t, default: nil) - The locale of the formattedResults, e.g. "en_US".
  • ruleResults (type: map(), default: nil) - Dictionary of formatted rule results, with one entry for each PageSpeed rule instantiated and run by the server.

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.PageSpeedOnline.V2.Model.ResultFormattedResults{
  locale: String.t(),
  ruleResults: map()
}

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.