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

AnalyzePackagesResponseV1

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

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

interface AnalyzePackagesResponseV1 {
scan?: string;
}

§Properties

§
scan?: string
[src]

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