public sealed class BatchDeleteJobsResponse : IMessage<BatchDeleteJobsResponse>, IEquatable<BatchDeleteJobsResponse>, IDeepCloneable<BatchDeleteJobsResponse>, IBufferMessage, IMessage
The result of [JobService.BatchDeleteJobs][google.cloud.talent.v4.JobService.BatchDeleteJobs]. It's used to
replace [google.longrunning.Operation.response][google.longrunning.Operation.response] in case of success.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This webpage details the `BatchDeleteJobsResponse` class within the Google Cloud Talent V4 library for .NET, which is used to handle the response from batch job deletion operations."],["The latest version of the `BatchDeleteJobsResponse` class is 2.7.0, and the page provides links to documentation for multiple prior versions, from 2.6.0 back to 1.0.0."],["`BatchDeleteJobsResponse` inherits from `System.Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, within the `Google.Protobuf` namespace."],["The class has two constructors: a default constructor and one that takes another `BatchDeleteJobsResponse` object for copying, as well as the `JobResults` property, a list of job mutation results from a batch delete operation."],["This Class is used to replace the `google.longrunning.Operation.response` in case of success from the function `JobService.BatchDeleteJobs`."]]],[]]