AmpInspectionResult constructor

AmpInspectionResult({
  1. String? ampIndexStatusVerdict,
  2. String? ampUrl,
  3. String? indexingState,
  4. List<AmpIssue>? issues,
  5. String? lastCrawlTime,
  6. String? pageFetchState,
  7. String? robotsTxtState,
  8. String? verdict,
})

Implementation

AmpInspectionResult({
  this.ampIndexStatusVerdict,
  this.ampUrl,
  this.indexingState,
  this.issues,
  this.lastCrawlTime,
  this.pageFetchState,
  this.robotsTxtState,
  this.verdict,
});