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 provides documentation for the `BatchDeleteJobsResponse` class within the `Google.Cloud.Talent.V4` namespace, part of the .NET library, with the latest version being 2.7.0."],["The `BatchDeleteJobsResponse` class is a sealed class that represents the result of the `JobService.BatchDeleteJobs` operation, replacing the standard `google.longrunning.Operation.response` in successful cases."],["This class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like deep cloning and message handling."],["It includes a `JobResults` property of type `RepeatedField\u003cJobResult\u003e`, which lists the outcomes of a batch delete operation, and can change until the operation's status is finalized."],["The documentation also includes the class constructors (`BatchDeleteJobsResponse()`, `BatchDeleteJobsResponse(BatchDeleteJobsResponse)`) and a list of available versions, starting from 1.0.0 up to the latest 2.7.0."]]],[]]