PagespeedApiPagespeedResponseV5 constructor
PagespeedApiPagespeedResponseV5({
- String? analysisUTCTimestamp,
- String? captchaResult,
- String? id,
- String? kind,
- LighthouseResultV5? lighthouseResult,
- PagespeedApiLoadingExperienceV5? loadingExperience,
- PagespeedApiLoadingExperienceV5? originLoadingExperience,
- PagespeedVersion? version,
Implementation
PagespeedApiPagespeedResponseV5({
this.analysisUTCTimestamp,
this.captchaResult,
this.id,
this.kind,
this.lighthouseResult,
this.loadingExperience,
this.originLoadingExperience,
this.version,
});