Class Expressions (2.0.1)

Expressions(mapping=None, *, ignore_unknown_fields=False, **kwargs)

An expression, consisting or an operator and conditions.

Attributes

NameDescription
logical_operator `.dlp.RecordCondition.Expressions.LogicalOperator`
The operator to apply to the result of conditions. Default and currently only supported value is ``AND``.
conditions `.dlp.RecordCondition.Conditions`
Conditions to apply to the expression.

Inheritance

builtins.object > proto.message.Message > Expressions

Classes

LogicalOperator

LogicalOperator(value)

Logical operators for conditional checks.