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