conditions property

List<GooglePrivacyDlpV2PolicyCondition>? conditions
getter/setter pair

Conditions that must match for this rule to apply.

All conditions must match (AND). For OR conditions, use multiple rules.

Optional.

Implementation

core.List<GooglePrivacyDlpV2PolicyCondition>? conditions;