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

AnalyzePackagesResponse

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

AnalyzePackagesResponse contains the information necessary to find results for the given scan.

interface AnalyzePackagesResponse {
scan?: string;
}

§Properties

§
scan?: string
[src]

The name of the scan resource created by this successful scan.