class Google::Apis::JobsV4::BatchCreateJobsResponse
The result of JobService.BatchCreateJobs. 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 create 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 93 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 98 def update!(**args) @job_results = args[:job_results] if args.key?(:job_results) end