Class: Google::Privacy::Dlp::V2beta1::DeidentifyContentResponse
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2beta1::DeidentifyContentResponse
- Defined in:
- lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb
Overview
Results of de-identifying a list of items.
Instance Attribute Summary collapse
- #items ⇒ Array<Google::Privacy::Dlp::V2beta1::ContentItem>
-
#summaries ⇒ Array<Google::Privacy::Dlp::V2beta1::DeidentificationSummary>
A review of the transformations that took place for each item.
Instance Attribute Details
#items ⇒ Array<Google::Privacy::Dlp::V2beta1::ContentItem>
272 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 272 class DeidentifyContentResponse; end |
#summaries ⇒ Array<Google::Privacy::Dlp::V2beta1::DeidentificationSummary>
Returns A review of the transformations that took place for each item.
272 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 272 class DeidentifyContentResponse; end |