Class: Google::Apis::GenomicsV1beta2::CallReadGroupSetsResponse

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 call response.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ CallReadGroupSetsResponse

Returns a new instance of CallReadGroupSetsResponse.



430
431
432
# File 'generated/google/apis/genomics_v1beta2/classes.rb', line 430

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)


428
429
430
# File 'generated/google/apis/genomics_v1beta2/classes.rb', line 428

def job_id
  @job_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



435
436
437
# File 'generated/google/apis/genomics_v1beta2/classes.rb', line 435

def update!(**args)
  @job_id = args[:job_id] unless args[:job_id].nil?
end