google_api_page_speed_online v0.5.0 GoogleApi.PageSpeedOnline.V5.Model.LighthouseResultV5Environment View Source

Environment settings that were used when making this LHR.

Attributes

  • benchmarkIndex (type: float(), default: nil) - The benchmark index number that indicates rough device class.
  • hostUserAgent (type: String.t, default: nil) - The user agent string of the version of Chrome used.
  • networkUserAgent (type: String.t, default: nil) - The user agent string that was sent over the network.

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.V5.Model.LighthouseResultV5Environment{
  benchmarkIndex: float(),
  hostUserAgent: String.t(),
  networkUserAgent: String.t()
}

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.