Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualitySpecPostScanActionsRecipients

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDataplexV1DataQualitySpecPostScanActionsRecipients



3330
3331
3332
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3330

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#emailsArray<String>

Optional. The email recipients who will receive the DataQualityScan results report. Corresponds to the JSON property emails



3328
3329
3330
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3328

def emails
  @emails
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3335
3336
3337
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3335

def update!(**args)
  @emails = args[:emails] if args.key?(:emails)
end