View Source GoogleApi.PageSpeedOnline.V4.Model.PagespeedApiPagespeedResponseV4LoadingExperience (google_api_page_speed_online v0.16.1)

Metrics of end users' page loading experience.

Attributes

  • id (type: String.t, default: nil) - The url, pattern or origin which the metrics are on.
  • initial_url (type: String.t, default: nil) -
  • metrics (type: map(), default: nil) -
  • overall_category (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.PageSpeedOnline.V4.Model.PagespeedApiPagespeedResponseV4LoadingExperience{
    id: String.t(),
    initial_url: String.t(),
    metrics: map(),
    overall_category: String.t()
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.