Class: Google::Privacy::Dlp::V2beta1::RedactContentResponse
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2beta1::RedactContentResponse
- Defined in:
- lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb
Overview
Results of redacting a list of items.
Instance Attribute Summary collapse
-
#items ⇒ Array<Google::Privacy::Dlp::V2beta1::ContentItem>
The redacted content.
Instance Attribute Details
#items ⇒ Array<Google::Privacy::Dlp::V2beta1::ContentItem>
Returns The redacted content.
251 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 251 class RedactContentResponse; end |