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-03-21 UTC."],[[["This page provides reference documentation for the `BatchDeleteJobsResponse` class within the Google Cloud Talent Solution v4 API, specifically for version 2.6.0."],["The `BatchDeleteJobsResponse` class is used to represent the result of a `JobService.BatchDeleteJobs` operation, replacing `google.longrunning.Operation.response` in successful operations."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cBatchDeleteJobsResponse\u003e`, `IDeepCloneable\u003cBatchDeleteJobsResponse\u003e`, and `IBufferMessage`, indicating its role in message handling and data management."],["The documentation includes the class's inheritance, showing it inherits from `object`, its namespace, `Google.Cloud.Talent.V4`, and assembly, `Google.Cloud.Talent.V4.dll`."],["The class includes the property `JobResults`, a list of `JobResult` that are the results from a batch job deletion operation."]]],[]]