Class: Google::Privacy::Dlp::V2beta1::ListInspectFindingsResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb

Overview

Response to the ListInspectFindings request.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_tokenString

Returns If not empty, indicates that there may be more results that match the request; this value should be passed in a new +ListInspectFindingsRequest+.

Returns:

  • (String)

    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

#resultGoogle::Privacy::Dlp::V2beta1::InspectResult

Returns The results.

Returns:



430
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 430

class ListInspectFindingsResponse; end