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

AnalysisCompleted

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

Indicates which analysis completed successfully. Multiple types of analysis can be performed on a single resource.

interface AnalysisCompleted {
analysisType?: string[];
}

§Properties

§
analysisType?: string[]
[src]