Class: Google::Apis::DlpV2::GooglePrivacyDlpV2AllMessages
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2::GooglePrivacyDlpV2AllMessages
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dlp_v2/classes.rb,
lib/google/apis/dlp_v2/representations.rb,
lib/google/apis/dlp_v2/representations.rb
Overview
If set, indicates that the finding applies to all messages in the conversation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2AllMessages
constructor
A new instance of GooglePrivacyDlpV2AllMessages.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2AllMessages
Returns a new instance of GooglePrivacyDlpV2AllMessages.
298 299 300 |
# File 'lib/google/apis/dlp_v2/classes.rb', line 298 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
303 304 |
# File 'lib/google/apis/dlp_v2/classes.rb', line 303 def update!(**args) end |