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

Summary

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

Message for execution summary

interface Summary {
readonly failures?: bigint;
readonly newFailures?: bigint;
readonly newFixes?: bigint;
}

§Properties

§
readonly failures?: bigint
[src]

Output only. Number of failures

§
readonly newFailures?: bigint
[src]

Output only. Number of new failures compared to the previous execution

§
readonly newFixes?: bigint
[src]

Output only. Number of new fixes compared to the previous execution