Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1RunTaskResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDataplexV1RunTaskResponse

Returns a new instance of GoogleCloudDataplexV1RunTaskResponse.



5812
5813
5814
# File 'lib/google/apis/dataplex_v1/classes.rb', line 5812

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

Instance Attribute Details

#jobGoogle::Apis::DataplexV1::GoogleCloudDataplexV1Job

A job represents an instance of a task. Corresponds to the JSON property job



5810
5811
5812
# File 'lib/google/apis/dataplex_v1/classes.rb', line 5810

def job
  @job
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5817
5818
5819
# File 'lib/google/apis/dataplex_v1/classes.rb', line 5817

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