View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataQualitySpecPostScanActions (google_api_dataplex v0.13.0)

The configuration of post scan actions of DataQualityScan.

Attributes

  • bigqueryExport (type: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataQualitySpecPostScanActionsBigQueryExport.t, default: nil) - Optional. If set, results will be exported to the provided BigQuery table.
  • notificationReport (type: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataQualitySpecPostScanActionsNotificationReport.t, default: nil) - Optional. If set, results will be sent to the provided notification receipts upon triggers.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataQualitySpecPostScanActions{
    bigqueryExport:
      GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataQualitySpecPostScanActionsBigQueryExport.t()
      | nil,
    notificationReport:
      GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataQualitySpecPostScanActionsNotificationReport.t()
      | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.