Class: Google::Privacy::Dlp::V2beta1::ListInspectFindingsResponse
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2beta1::ListInspectFindingsResponse
- Defined in:
- lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb
Overview
Response to the ListInspectFindings request.
Instance Attribute Summary collapse
-
#next_page_token ⇒ String
If not empty, indicates that there may be more results that match the request; this value should be passed in a new +ListInspectFindingsRequest+.
-
#result ⇒ Google::Privacy::Dlp::V2beta1::InspectResult
The results.
Instance Attribute Details
#next_page_token ⇒ String
Returns If not empty, indicates that there may be more results that match the request; this value should be passed in a new +ListInspectFindingsRequest+.
430 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 430 class ListInspectFindingsResponse; end |
#result ⇒ Google::Privacy::Dlp::V2beta1::InspectResult
Returns The results.
430 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 430 class ListInspectFindingsResponse; end |