IndexStatusInspectionResult constructor

IndexStatusInspectionResult({
  1. String? coverageState,
  2. String? crawledAs,
  3. String? googleCanonical,
  4. String? indexingState,
  5. String? lastCrawlTime,
  6. String? pageFetchState,
  7. List<String>? referringUrls,
  8. String? robotsTxtState,
  9. List<String>? sitemap,
  10. String? userCanonical,
  11. String? verdict,
})

Implementation

IndexStatusInspectionResult({
  this.coverageState,
  this.crawledAs,
  this.googleCanonical,
  this.indexingState,
  this.lastCrawlTime,
  this.pageFetchState,
  this.referringUrls,
  this.robotsTxtState,
  this.sitemap,
  this.userCanonical,
  this.verdict,
});