Class: Google::Apis::DlpV2::GooglePrivacyDlpV2RecordCondition
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2::GooglePrivacyDlpV2RecordCondition
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dlp_v2/classes.rb,
generated/google/apis/dlp_v2/representations.rb,
generated/google/apis/dlp_v2/representations.rb
Overview
A condition for determining whether a transformation should be applied to a field.
Instance Attribute Summary collapse
-
#expressions ⇒ Google::Apis::DlpV2::GooglePrivacyDlpV2Expressions
An expression, consisting or an operator and conditions.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2RecordCondition
constructor
A new instance of GooglePrivacyDlpV2RecordCondition.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2RecordCondition
Returns a new instance of GooglePrivacyDlpV2RecordCondition
3597 3598 3599 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 3597 def initialize(**args) update!(**args) end |
Instance Attribute Details
#expressions ⇒ Google::Apis::DlpV2::GooglePrivacyDlpV2Expressions
An expression, consisting or an operator and conditions.
Corresponds to the JSON property expressions
3595 3596 3597 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 3595 def expressions @expressions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3602 3603 3604 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 3602 def update!(**args) @expressions = args[:expressions] if args.key?(:expressions) end |