RichResultsInspectionResult
import type { RichResultsInspectionResult } from "https://googleapis.deno.dev/v1/searchconsole:v1.ts";Rich-Results inspection result, including any rich results found at this URL.
interface RichResultsInspectionResult  {
detectedItems?: DetectedItems[];
verdict?: 
} | "VERDICT_UNSPECIFIED"
 | "PASS"
 | "PARTIAL"
 | "FAIL"
 | "NEUTRAL";
§Properties
§
detectedItems?: DetectedItems[]
[src]A list of zero or more rich results detected on this page. Rich results that cannot even be parsed due to syntactic issues will not be listed here.