Class: Google::Apis::GenomicsV1beta2::AlignReadGroupSetsResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Core::Hashable

process_value, #to_h

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_idString

A job ID that can be used to get status information. Corresponds to the JSON property jobId

Returns:

  • (String)


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