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

BooleanTest

import type { BooleanTest } from "https://googleapis.deno.dev/v1/monitoring:v3.ts";

A test that uses an alerting result in a boolean column produced by the SQL query.

interface BooleanTest {
column?: string;
}

§Properties

§
column?: string
[src]

Required. The name of the column containing the boolean value. If the value in a row is NULL, that row is ignored.