Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1RunTaskResponse
- Inherits:
-
Object
- Object
- Google::Apis::DataplexV1::GoogleCloudDataplexV1RunTaskResponse
- 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
-
#job ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1Job
A job represents an instance of a task.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDataplexV1RunTaskResponse
constructor
A new instance of GoogleCloudDataplexV1RunTaskResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDataplexV1RunTaskResponse
Returns a new instance of GoogleCloudDataplexV1RunTaskResponse.
7480 7481 7482 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 7480 def initialize(**args) update!(**args) end |
Instance Attribute Details
#job ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1Job
A job represents an instance of a task.
Corresponds to the JSON property job
7478 7479 7480 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 7478 def job @job end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7485 7486 7487 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 7485 def update!(**args) @job = args[:job] if args.key?(:job) end |