google_api_page_speed_online v0.5.0 GoogleApi.PageSpeedOnline.V5.Model.PagespeedApiPagespeedResponseV5 View Source
Attributes
analysisUTCTimestamp(type:String.t, default:nil) - The UTC timestamp of this analysis.captchaResult(type:String.t, default:nil) - The captcha verify resultid(type:String.t, default:nil) - Canonicalized and final URL for the document, after following page redirects (if any).kind(type:String.t, default:pagespeedonline#result) - 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 originversion(type:GoogleApi.PageSpeedOnline.V5.Model.PagespeedApiPagespeedResponseV5Version.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
Link to this type
t()
View Sourcet() :: %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.PagespeedApiPagespeedResponseV5Version.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.