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

Message containing the configuration settings for the Lighthouse run.

Attributes

  • channel (type: String.t, default: nil) - How Lighthouse was run, e.g. from the Chrome extension or from the npm module.
  • emulatedFormFactor (type: String.t, default: nil) - The form factor the emulation should use.
  • locale (type: String.t, default: nil) - The locale setting.
  • onlyCategories (type: any(), default: nil) - List of categories of audits the run should conduct.

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.ConfigSettings{
  channel: String.t(),
  emulatedFormFactor: String.t(),
  locale: String.t(),
  onlyCategories: any()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.