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."],[[["This webpage details the `BatchDeleteJobsResponse` class within the Google Cloud Talent V4 library for .NET, specifically version 1.3.0."],["`BatchDeleteJobsResponse` is a sealed class representing the result of a `JobService.BatchDeleteJobs` operation, used to replace `google.longrunning.Operation.response` upon success."],["The class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities such as message handling, equality checks, and deep cloning."],["The class contains a `JobResults` property, which is a list of `JobResult` objects and provides a detailed list of the results of a batch delete jobs operation, which can be changed until the operation is finished, failed, or cancelled."],["The webpage contains links to various other versions of this API that range from version 1.0.0 to the latest version, 2.7.0."]]],[]]