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

Help

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

Provides links to documentation or for performing an out of band action. For example, if a quota check failed with an error indicating the calling project hasn't enabled the accessed service, this can contain a URL pointing directly to the right place in the developer console to flip the bit.

interface Help {
links?: HelpLink[];
}

§Properties