Class: Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1RedactContentResponse
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1RedactContentResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dlp_v2beta1/classes.rb,
generated/google/apis/dlp_v2beta1/representations.rb,
generated/google/apis/dlp_v2beta1/representations.rb
Overview
Results of redacting a list of items.
Instance Attribute Summary collapse
-
#items ⇒ Array<Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1ContentItem>
The redacted content.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2beta1RedactContentResponse
constructor
A new instance of GooglePrivacyDlpV2beta1RedactContentResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2beta1RedactContentResponse
Returns a new instance of GooglePrivacyDlpV2beta1RedactContentResponse
1369 1370 1371 |
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 1369 def initialize(**args) update!(**args) end |
Instance Attribute Details
#items ⇒ Array<Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1ContentItem>
The redacted content.
Corresponds to the JSON property items
1367 1368 1369 |
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 1367 def items @items end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1374 1375 1376 |
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 1374 def update!(**args) @items = args[:items] if args.key?(:items) end |