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

ReportingRule

import type { ReportingRule } from "https://googleapis.deno.dev/v1/alertcenter:v1beta1.ts";

Alerts from Reporting Rules configured by Admin.

interface ReportingRule {
alertDetails?: Uint8Array;
name?: string;
query?: Uint8Array;
}

§Properties

§
alertDetails?: Uint8Array
[src]

Any other associated alert details, for example, AlertConfiguration.

§
name?: string
[src]

Rule name

§
query?: Uint8Array
[src]

Alert Rule query Sample Query query { condition { filter { expected_application_id: 777491262838 expected_event_name: "indexable_content_change" filter_op: IN } } conjunction_operator: OR }