Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Item

import type { Item } from "https://googleapis.deno.dev/v1/searchconsole:v1.ts";

A specific rich result found on the page.

interface Item {
issues?: RichResultsIssue[];
name?: string;
}

§Properties

§

A list of zero or more rich result issues found for this instance.

§
name?: string
[src]

The user-provided name of this item.