GoogleCloudDataplexV1DataQualitySpecPostScanActionsNotificationReport class
The configuration of notification report post scan action.
Constructors
- GoogleCloudDataplexV1DataQualitySpecPostScanActionsNotificationReport({GoogleCloudDataplexV1DataQualitySpecPostScanActionsJobEndTrigger? jobEndTrigger, GoogleCloudDataplexV1DataQualitySpecPostScanActionsJobFailureTrigger? jobFailureTrigger, GoogleCloudDataplexV1DataQualitySpecPostScanActionsRecipients? recipients, GoogleCloudDataplexV1DataQualitySpecPostScanActionsScoreThresholdTrigger? scoreThresholdTrigger})
- GoogleCloudDataplexV1DataQualitySpecPostScanActionsNotificationReport.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- jobEndTrigger ↔ GoogleCloudDataplexV1DataQualitySpecPostScanActionsJobEndTrigger?
-
If set, report will be sent when a scan job ends.
getter/setter pair
- jobFailureTrigger ↔ GoogleCloudDataplexV1DataQualitySpecPostScanActionsJobFailureTrigger?
-
If set, report will be sent when a scan job fails.
getter/setter pair
- recipients ↔ GoogleCloudDataplexV1DataQualitySpecPostScanActionsRecipients?
-
The recipients who will receive the notification report.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scoreThresholdTrigger ↔ GoogleCloudDataplexV1DataQualitySpecPostScanActionsScoreThresholdTrigger?
-
If set, report will be sent when score threshold is met.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited