PagespeedApiPagespeedResponseV5 class
The Pagespeed API response object.
Constructors
- PagespeedApiPagespeedResponseV5({String? analysisUTCTimestamp, String? captchaResult, String? id, String? kind, LighthouseResultV5? lighthouseResult, PagespeedApiLoadingExperienceV5? loadingExperience, PagespeedApiLoadingExperienceV5? originLoadingExperience, PagespeedVersion? version})
- PagespeedApiPagespeedResponseV5.fromJson(Map json_)
Properties
- analysisUTCTimestamp ↔ String?
-
The UTC timestamp of this analysis.
getter/setter pair
- captchaResult ↔ String?
-
The captcha verify result
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
Canonicalized and final URL for the document, after following page
redirects (if any).
getter/setter pair
- kind ↔ String?
-
Kind of result.
getter/setter pair
- lighthouseResult ↔ LighthouseResultV5?
-
Lighthouse response for the audit url as an object.
getter/setter pair
- loadingExperience ↔ PagespeedApiLoadingExperienceV5?
-
Metrics of end users' page loading experience.
getter/setter pair
- originLoadingExperience ↔ PagespeedApiLoadingExperienceV5?
-
Metrics of the aggregated page loading experience of the origin
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- version ↔ PagespeedVersion?
-
The version of PageSpeed used to generate these results.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited