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

AnalysisJobRun

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

AnalysisJobRun contains information specific to an analysis JobRun.

interface AnalysisJobRun {
readonly alertPolicyAnalyses?: AlertPolicyCheckStatus[];
readonly customCheckAnalyses?: CustomCheckStatus[];
readonly failedCheckId?: string;
}

§Properties

§
readonly alertPolicyAnalyses?: AlertPolicyCheckStatus[]
[src]

Output only. The status of the running alert policy checks configured for this analysis.

§
readonly customCheckAnalyses?: CustomCheckStatus[]
[src]

Output only. The status of the running custom checks configured for this analysis.

§
readonly failedCheckId?: string
[src]

Output only. The ID of the configured check that failed. This will always be blank while the analysis is in progress or if it succeeded.