Class: Google::Apis::GenomicsV1beta2::ExperimentalCreateJobResponse
- Inherits:
-
Object
- Object
- Google::Apis::GenomicsV1beta2::ExperimentalCreateJobResponse
- Includes:
- Core::Hashable
- Defined in:
- generated/google/apis/genomics_v1beta2/classes.rb,
generated/google/apis/genomics_v1beta2/representations.rb,
generated/google/apis/genomics_v1beta2/representations.rb
Overview
The job creation response.
Instance Attribute Summary collapse
-
#job_id ⇒ String
A job ID that can be used to get status information.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ExperimentalCreateJobResponse
constructor
A new instance of ExperimentalCreateJobResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ExperimentalCreateJobResponse
Returns a new instance of ExperimentalCreateJobResponse
663 664 665 |
# File 'generated/google/apis/genomics_v1beta2/classes.rb', line 663 def initialize(**args) update!(**args) end |
Instance Attribute Details
#job_id ⇒ String
A job ID that can be used to get status information.
Corresponds to the JSON property jobId
661 662 663 |
# File 'generated/google/apis/genomics_v1beta2/classes.rb', line 661 def job_id @job_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
668 669 670 |
# File 'generated/google/apis/genomics_v1beta2/classes.rb', line 668 def update!(**args) @job_id = args[:job_id] unless args[:job_id].nil? end |