Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1RunDataScanResponse
- Inherits:
-
Object
- Object
- Google::Apis::DataplexV1::GoogleCloudDataplexV1RunDataScanResponse
- 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
Run DataScan Response.
Instance Attribute Summary collapse
-
#job ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScanJob
A DataScanJob represents an instance of DataScan execution.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDataplexV1RunDataScanResponse
constructor
A new instance of GoogleCloudDataplexV1RunDataScanResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDataplexV1RunDataScanResponse
Returns a new instance of GoogleCloudDataplexV1RunDataScanResponse.
7424 7425 7426 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 7424 def initialize(**args) update!(**args) end |
Instance Attribute Details
#job ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScanJob
A DataScanJob represents an instance of DataScan execution.
Corresponds to the JSON property job
7422 7423 7424 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 7422 def job @job end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7429 7430 7431 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 7429 def update!(**args) @job = args[:job] if args.key?(:job) end |