Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualitySpecPostScanActionsRecipients
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualitySpecPostScanActionsRecipients
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/dataplex_v1/classes.rb,
lib/google/apis/dataplex_v1/representations.rb,
lib/google/apis/dataplex_v1/representations.rb 
Overview
The individuals or groups who are designated to receive notifications upon triggers.
Instance Attribute Summary collapse
- 
  
    
      #emails  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Optional.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GoogleCloudDataplexV1DataQualitySpecPostScanActionsRecipients 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of GoogleCloudDataplexV1DataQualitySpecPostScanActionsRecipients.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ GoogleCloudDataplexV1DataQualitySpecPostScanActionsRecipients
Returns a new instance of GoogleCloudDataplexV1DataQualitySpecPostScanActionsRecipients.
      2926 2927 2928  | 
    
      # File 'lib/google/apis/dataplex_v1/classes.rb', line 2926 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#emails ⇒ Array<String>
Optional. The email recipients who will receive the DataQualityScan results
report.
Corresponds to the JSON property emails
      2924 2925 2926  | 
    
      # File 'lib/google/apis/dataplex_v1/classes.rb', line 2924 def emails @emails end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      2931 2932 2933  | 
    
      # File 'lib/google/apis/dataplex_v1/classes.rb', line 2931 def update!(**args) @emails = args[:emails] if args.key?(:emails) end  |