Class: Google::Cloud::Dlp::V2::ListDeidentifyTemplatesResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dlp::V2::ListDeidentifyTemplatesResponse
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/privacy/dlp/v2/dlp.rb
 
Overview
Response message for ListDeidentifyTemplates.
Instance Attribute Summary collapse
- 
  
    
      #deidentify_templates  ⇒ ::Array<::Google::Cloud::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 the following ListDeidentifyTemplates request.
 
Instance Attribute Details
#deidentify_templates ⇒ ::Array<::Google::Cloud::Dlp::V2::DeidentifyTemplate>
Returns List of deidentify templates, up to page_size in ListDeidentifyTemplatesRequest.
      5652 5653 5654 5655  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5652 class ListDeidentifyTemplatesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#next_page_token ⇒ ::String
Returns If the next page is available then the next page token to be used in the following ListDeidentifyTemplates request.
      5652 5653 5654 5655  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5652 class ListDeidentifyTemplatesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |