class Google::Apis::GenomicsV1beta2::ExperimentalCreateJobResponse
The job creation 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 663 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 668 def update!(**args) @job_id = args[:job_id] unless args[:job_id].nil? end