Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualityResultPostScanActionsResult
- Inherits:
-
Object
- Object
- Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualityResultPostScanActionsResult
- 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 result of post scan actions of DataQualityScan job.
Instance Attribute Summary collapse
-
#bigquery_export_result ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualityResultPostScanActionsResultBigQueryExportResult
The result of BigQuery export post scan action.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDataplexV1DataQualityResultPostScanActionsResult
constructor
A new instance of GoogleCloudDataplexV1DataQualityResultPostScanActionsResult.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDataplexV1DataQualityResultPostScanActionsResult
Returns a new instance of GoogleCloudDataplexV1DataQualityResultPostScanActionsResult.
2195 2196 2197 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2195 def initialize(**args) update!(**args) end |
Instance Attribute Details
#bigquery_export_result ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualityResultPostScanActionsResultBigQueryExportResult
The result of BigQuery export post scan action.
Corresponds to the JSON property bigqueryExportResult
2193 2194 2195 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2193 def bigquery_export_result @bigquery_export_result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2200 2201 2202 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2200 def update!(**args) @bigquery_export_result = args[:bigquery_export_result] if args.key?(:bigquery_export_result) end |