Class: Google::Privacy::Dlp::V2::ListInspectTemplatesResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Privacy::Dlp::V2::ListInspectTemplatesResponse
 
 
- Defined in:
 - lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
 
Overview
Response message for ListInspectTemplates.
Instance Attribute Summary collapse
- 
  
    
      #inspect_templates  ⇒ Array<Google::Privacy::Dlp::V2::InspectTemplate> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
List of inspectTemplates, up to page_size in ListInspectTemplatesRequest.
 - 
  
    
      #next_page_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If the next page is available then the next page token to be used in following ListInspectTemplates request.
 
Instance Attribute Details
#inspect_templates ⇒ Array<Google::Privacy::Dlp::V2::InspectTemplate>
Returns List of inspectTemplates, up to page_size in ListInspectTemplatesRequest.
      1899  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1899 class ListInspectTemplatesResponse; end  | 
  
#next_page_token ⇒ String
Returns If the next page is available then the next page token to be used in following ListInspectTemplates request.
      1899  | 
    
      # File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1899 class ListInspectTemplatesResponse; end  |