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

GooglePrivacyDlpV2Expressions

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

An expression, consisting of an operator and conditions.

interface GooglePrivacyDlpV2Expressions {
logicalOperator?: "LOGICAL_OPERATOR_UNSPECIFIED" | "AND";
}

§Properties

§

Conditions to apply to the expression.

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

The operator to apply to the result of conditions. Default and currently only supported value is AND.