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

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.V5.Model.PagespeedApiLoadingExperienceV5{
  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.