Class: Google::Apis::GenomicsV1beta2::ImportReadGroupSetsResponse
- Inherits:
-
Object
- Object
- Google::Apis::GenomicsV1beta2::ImportReadGroupSetsResponse
- 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 import 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) ⇒ ImportReadGroupSetsResponse
constructor
A new instance of ImportReadGroupSetsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ImportReadGroupSetsResponse
Returns a new instance of ImportReadGroupSetsResponse
921 922 923 |
# File 'generated/google/apis/genomics_v1beta2/classes.rb', line 921 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
919 920 921 |
# File 'generated/google/apis/genomics_v1beta2/classes.rb', line 919 def job_id @job_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
926 927 928 |
# File 'generated/google/apis/genomics_v1beta2/classes.rb', line 926 def update!(**args) @job_id = args[:job_id] unless args[:job_id].nil? end |