google_api_page_speed_online v0.10.1 GoogleApi.PageSpeedOnline.V5.Model.PagespeedApiPagespeedResponseV5 View Source
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.
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.PagespeedApiPagespeedResponseV5{ analysisUTCTimestamp: String.t(), captchaResult: String.t(), id: String.t(), kind: String.t(), lighthouseResult: GoogleApi.PageSpeedOnline.V5.Model.LighthouseResultV5.t(), loadingExperience: GoogleApi.PageSpeedOnline.V5.Model.PagespeedApiLoadingExperienceV5.t(), originLoadingExperience: GoogleApi.PageSpeedOnline.V5.Model.PagespeedApiLoadingExperienceV5.t(), version: GoogleApi.PageSpeedOnline.V5.Model.PagespeedVersion.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.