Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1RunDataScanResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDataplexV1RunDataScanResponse

Returns a new instance of GoogleCloudDataplexV1RunDataScanResponse.



6569
6570
6571
# File 'lib/google/apis/dataplex_v1/classes.rb', line 6569

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#jobGoogle::Apis::DataplexV1::GoogleCloudDataplexV1DataScanJob

A DataScanJob represents an instance of DataScan execution. Corresponds to the JSON property job



6567
6568
6569
# File 'lib/google/apis/dataplex_v1/classes.rb', line 6567

def job
  @job
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6574
6575
6576
# File 'lib/google/apis/dataplex_v1/classes.rb', line 6574

def update!(**args)
  @job = args[:job] if args.key?(:job)
end