Class: Google::Apis::DlpV2::GooglePrivacyDlpV2SelectedInfoTypes
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::DlpV2::GooglePrivacyDlpV2SelectedInfoTypes
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/dlp_v2/classes.rb,
lib/google/apis/dlp_v2/representations.rb,
lib/google/apis/dlp_v2/representations.rb 
Overview
Apply transformation to the selected info_types.
Instance Attribute Summary collapse
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GooglePrivacyDlpV2SelectedInfoTypes 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of GooglePrivacyDlpV2SelectedInfoTypes.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2SelectedInfoTypes
Returns a new instance of GooglePrivacyDlpV2SelectedInfoTypes.
      8620 8621 8622  | 
    
      # File 'lib/google/apis/dlp_v2/classes.rb', line 8620 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#info_types ⇒ Array<Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType>
Required. InfoTypes to apply the transformation to. Required. Provided
InfoType must be unique within the ImageTransformations message.
Corresponds to the JSON property infoTypes
      8618 8619 8620  | 
    
      # File 'lib/google/apis/dlp_v2/classes.rb', line 8618 def info_types @info_types end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      8625 8626 8627  | 
    
      # File 'lib/google/apis/dlp_v2/classes.rb', line 8625 def update!(**args) @info_types = args[:info_types] if args.key?(:info_types) end  |