class Google::Apis::JobsV4::BatchDeleteJobsResponse

The result of JobService.BatchDeleteJobs. 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 delete 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 135
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 140
def update!(**args)
  @job_results = args[:job_results] if args.key?(:job_results)
end