View Source GoogleApi.PageSpeedOnline.V5.Model.PagespeedApiPagespeedResponseV5 (google_api_page_speed_online v0.18.0)
The Pagespeed API response object.
Attributes
-
analysisUTCTimestamp
(type:String.t
, default:nil
) - The UTC timestamp of this analysis. -
captchaResult
(type:String.t
, default:nil
) - The captcha verify result -
id
(type:String.t
, default:nil
) - Canonicalized and final URL for the document, after following page redirects (if any). -
kind
(type:String.t
, default:nil
) - Kind of result. -
lighthouseResult
(type:GoogleApi.PageSpeedOnline.V5.Model.LighthouseResultV5.t
, default:nil
) - Lighthouse response for the audit url as an object. -
loadingExperience
(type:GoogleApi.PageSpeedOnline.V5.Model.PagespeedApiLoadingExperienceV5.t
, default:nil
) - Metrics of end users' page loading experience. -
originLoadingExperience
(type:GoogleApi.PageSpeedOnline.V5.Model.PagespeedApiLoadingExperienceV5.t
, default:nil
) - Metrics of the aggregated page loading experience of the origin -
version
(type:GoogleApi.PageSpeedOnline.V5.Model.PagespeedVersion.t
, default:nil
) - The version of PageSpeed used to generate these results.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.PageSpeedOnline.V5.Model.PagespeedApiPagespeedResponseV5{ analysisUTCTimestamp: String.t() | nil, captchaResult: String.t() | nil, id: String.t() | nil, kind: String.t() | nil, lighthouseResult: GoogleApi.PageSpeedOnline.V5.Model.LighthouseResultV5.t() | nil, loadingExperience: GoogleApi.PageSpeedOnline.V5.Model.PagespeedApiLoadingExperienceV5.t() | nil, originLoadingExperience: GoogleApi.PageSpeedOnline.V5.Model.PagespeedApiLoadingExperienceV5.t() | nil, version: GoogleApi.PageSpeedOnline.V5.Model.PagespeedVersion.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.