class Google::Apis::GenomicsV1beta2::CallReadGroupSetsResponse

The read group set call response.

Attributes

job_id[RW]

A job ID that can be used to get status information. Corresponds to the JSON property `jobId` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/genomics_v1beta2/classes.rb, line 430
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/genomics_v1beta2/classes.rb, line 435
def update!(**args)
  @job_id = args[:job_id] unless args[:job_id].nil?
end