Class: Google::Privacy::Dlp::V2::ListDlpJobsResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Privacy::Dlp::V2::ListDlpJobsResponse
 
 
- 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
- 
  
    
      #jobs  ⇒ Array<Google::Privacy::Dlp::V2::DlpJob> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of DlpJobs that matches the specified filter in the request.
 - 
  
    
      #next_page_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The standard List next-page token.
 
Instance Attribute Details
#jobs ⇒ Array<Google::Privacy::Dlp::V2::DlpJob>
Returns A list of DlpJobs that matches the specified filter in the request.
      2130  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 2130 class ListDlpJobsResponse; end  | 
  
#next_page_token ⇒ String
Returns The standard List next-page token.
      2130  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 2130 class ListDlpJobsResponse; end  |