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-03-21 UTC."],[[["The `BatchDeleteJobsResponse` class represents the response from a batch delete operation for jobs, replacing the standard `Operation.response` in successful cases."],["This class is part of the `Google.Cloud.Talent.V4` namespace and is found within the `Google.Cloud.Talent.V4.dll` assembly."],["It provides a list of `JobResult` objects in the `JobResults` property, detailing the outcome of each job mutation within the batch delete operation."],["The `BatchDeleteJobsResponse` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like deep cloning and equality comparisons."],["The most recent version is 2.7.0, with a list of previous versions down to 1.0.0 provided, each with a link to their documentation."]]],[]]