class Google::Apis::JobsV4::BatchUpdateJobsResponse
The result of JobService.BatchUpdateJobs. It's used to replace google. longrunning.Operation.response
in case of success.
Attributes
job_results[RW]
List of job mutation results from a batch update operation. It can change until operation status is FINISHED, FAILED or CANCELLED. Corresponds to the JSON property `jobResults` @return [Array<Google::Apis::JobsV4::JobResult>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/jobs_v4/classes.rb, line 253 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/jobs_v4/classes.rb, line 258 def update!(**args) @job_results = args[:job_results] if args.key?(:job_results) end