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

GooglePrivacyDlpV2PubSubExpressions

import type { GooglePrivacyDlpV2PubSubExpressions } from "https://googleapis.deno.dev/v1/dlp:v2.ts";

An expression, consisting of an operator and conditions.

interface GooglePrivacyDlpV2PubSubExpressions {
logicalOperator?: "LOGICAL_OPERATOR_UNSPECIFIED" | "OR" | "AND";
}

§Properties

§

Conditions to apply to the expression.

§
logicalOperator?: "LOGICAL_OPERATOR_UNSPECIFIED" | "OR" | "AND"
[src]

The operator to apply to the collection of conditions.