Class: Google::Apis::GenomicsV1beta2::AlignReadGroupSetsResponse
- Inherits:
-
Object
- Object
- Google::Apis::GenomicsV1beta2::AlignReadGroupSetsResponse
- 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 read group set align 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) ⇒ AlignReadGroupSetsResponse
constructor
A new instance of AlignReadGroupSetsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ AlignReadGroupSetsResponse
Returns a new instance of AlignReadGroupSetsResponse
84 85 86 |
# File 'generated/google/apis/genomics_v1beta2/classes.rb', line 84 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
82 83 84 |
# File 'generated/google/apis/genomics_v1beta2/classes.rb', line 82 def job_id @job_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
89 90 91 |
# File 'generated/google/apis/genomics_v1beta2/classes.rb', line 89 def update!(**args) @job_id = args[:job_id] unless args[:job_id].nil? end |