Class BatchDeleteJobsResponse (2.0.0)

BatchDeleteJobsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The result of JobService.BatchDeleteJobs. It's used to replace google.longrunning.Operation.response][google.longrunning.Operation.response] in case of success.

Attribute

NameDescription
job_results Sequence[.job_service.JobResult]
List of job mutation results from a batch delete operation. It can change until operation status is FINISHED, FAILED or CANCELLED.