Class: Google::Privacy::Dlp::V2beta1::InspectContentResponse
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2beta1::InspectContentResponse
- Defined in:
- lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb
Overview
Results of inspecting a list of items.
Instance Attribute Summary collapse
-
#results ⇒ Array<Google::Privacy::Dlp::V2beta1::InspectResult>
Each content_item from the request has a result in this list, in the same order as the request.
Instance Attribute Details
#results ⇒ Array<Google::Privacy::Dlp::V2beta1::InspectResult>
Returns Each content_item from the request has a result in this list, in the same order as the request.
290 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 290 class InspectContentResponse; end |