Class: Google::Cloud::Dlp::V2::ActionDetails
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dlp::V2::ActionDetails
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/privacy/dlp/v2/dlp.rb
 
Overview
The results of an Action.
Instance Attribute Summary collapse
- 
  
    
      #deidentify_details  ⇒ ::Google::Cloud::Dlp::V2::DeidentifyDataSourceDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Outcome of a de-identification action.
 
Instance Attribute Details
#deidentify_details ⇒ ::Google::Cloud::Dlp::V2::DeidentifyDataSourceDetails
Returns Outcome of a de-identification action.
      1119 1120 1121 1122  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1119 class ActionDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |