Class: Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::Recipients

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataplex/v1/data_quality.rb

Overview

The individuals or groups who are designated to receive notifications upon triggers.

Instance Attribute Summary collapse

Instance Attribute Details

#emails::Array<::String>

Returns Optional. The email recipients who will receive the DataQualityScan results report.

Returns:

  • (::Array<::String>)

    Optional. The email recipients who will receive the DataQualityScan results report.



81
82
83
84
# File 'proto_docs/google/cloud/dataplex/v1/data_quality.rb', line 81

class Recipients
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end