View Source GoogleApi.PageSpeedOnline.V2.Model.ResultFormattedResults (google_api_page_speed_online v0.18.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.PageSpeedOnline.V2.Model.ResultFormattedResults{
  locale: String.t(),
  ruleResults: map()
}

Functions

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

Unwrap a decoded JSON object into its complex fields.