google_api_page_speed_online v0.5.0 GoogleApi.PageSpeedOnline.V4.Model.PagespeedApiPagespeedResponseV4LoadingExperience View Source

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) -

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.V4.Model.PagespeedApiPagespeedResponseV4LoadingExperience{
    id: String.t(),
    initial_url: String.t(),
    metrics: map(),
    overall_category: 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.