public sealed class BatchDeleteJobsResponse : IMessage<BatchDeleteJobsResponse>, IEquatable<BatchDeleteJobsResponse>, IDeepCloneable<BatchDeleteJobsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4 API class BatchDeleteJobsResponse.
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-09 UTC."],[[["This webpage provides reference documentation for the `BatchDeleteJobsResponse` class within the Google Cloud Talent Solution v4 API, specifically for version 2.4.0."],["`BatchDeleteJobsResponse` represents the result of a `JobService.BatchDeleteJobs` operation and is used to replace `google.longrunning.Operation.response` in cases of success."],["The `BatchDeleteJobsResponse` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a `JobResults` property, which is a list of job mutation results from a batch delete operation and changes until the operation status is completed, failed, or cancelled."],["The page shows the previous versions, as far back as 1.0.0, and the latest version available, which is 2.7.0, of the BatchDeleteJobsResponse."]]],[]]