GooglePrivacyDlpV2ExpressionsArgs

data class GooglePrivacyDlpV2ExpressionsArgs(val conditions: Output<GooglePrivacyDlpV2ConditionsArgs>? = null, val logicalOperator: Output<GooglePrivacyDlpV2ExpressionsLogicalOperator>? = null) : ConvertibleToJava<GooglePrivacyDlpV2ExpressionsArgs>

An expression, consisting of an operator and conditions.

Constructors

Link copied to clipboard
constructor(conditions: Output<GooglePrivacyDlpV2ConditionsArgs>? = null, logicalOperator: Output<GooglePrivacyDlpV2ExpressionsLogicalOperator>? = null)

Properties

Link copied to clipboard

Conditions to apply to the expression.

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): GooglePrivacyDlpV2ExpressionsArgs