Class: Google::Apis::GenomicsV1beta2::ExportReadGroupSetsResponse
- Inherits:
-
Object
- Object
- Google::Apis::GenomicsV1beta2::ExportReadGroupSetsResponse
- 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 export 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) ⇒ ExportReadGroupSetsResponse
constructor
A new instance of ExportReadGroupSetsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ExportReadGroupSetsResponse
Returns a new instance of ExportReadGroupSetsResponse
723 724 725 |
# File 'generated/google/apis/genomics_v1beta2/classes.rb', line 723 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
721 722 723 |
# File 'generated/google/apis/genomics_v1beta2/classes.rb', line 721 def job_id @job_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
728 729 730 |
# File 'generated/google/apis/genomics_v1beta2/classes.rb', line 728 def update!(**args) @job_id = args[:job_id] unless args[:job_id].nil? end |