Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScanEventPostScanActionsResult
- Inherits:
-
Object
- Object
- Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScanEventPostScanActionsResult
- 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
Post scan actions result for data scan job.
Instance Attribute Summary collapse
-
#bigquery_export_result ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScanEventPostScanActionsResultBigQueryExportResult
The result of BigQuery export post scan action.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDataplexV1DataScanEventPostScanActionsResult
constructor
A new instance of GoogleCloudDataplexV1DataScanEventPostScanActionsResult.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDataplexV1DataScanEventPostScanActionsResult
Returns a new instance of GoogleCloudDataplexV1DataScanEventPostScanActionsResult.
3567 3568 3569 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3567 def initialize(**args) update!(**args) end |
Instance Attribute Details
#bigquery_export_result ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScanEventPostScanActionsResultBigQueryExportResult
The result of BigQuery export post scan action.
Corresponds to the JSON property bigqueryExportResult
3565 3566 3567 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3565 def bigquery_export_result @bigquery_export_result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3572 3573 3574 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3572 def update!(**args) @bigquery_export_result = args[:bigquery_export_result] if args.key?(:bigquery_export_result) end |