Class: Google::Privacy::Dlp::V2::ListDlpJobsResponse

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

Overview

The response message for listing DLP jobs.

Instance Attribute Summary collapse

Instance Attribute Details

#jobsArray<Google::Privacy::Dlp::V2::DlpJob>

Returns A list of DlpJobs that matches the specified filter in the request.

Returns:



2362
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 2362

class ListDlpJobsResponse; end

#next_page_tokenString

Returns The standard List next-page token.

Returns:

  • (String)

    The standard List next-page token.



2362
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 2362

class ListDlpJobsResponse; end