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

EnterpriseCrmEventbusProtoBaseAlertConfigErrorEnumList

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

List of error enums for alerts.

interface EnterpriseCrmEventbusProtoBaseAlertConfigErrorEnumList {
enumStrings?: string[];
filterType?: "DEFAULT_INCLUSIVE" | "EXCLUSIVE";
}

§Properties

§
enumStrings?: string[]
[src]
§
filterType?: "DEFAULT_INCLUSIVE" | "EXCLUSIVE"
[src]