public sealed class DeleteJobRequest : IMessage<DeleteJobRequest>, IEquatable<DeleteJobRequest>, IDeepCloneable<DeleteJobRequest>, IBufferMessage, IMessage
[[["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."],[[["The `DeleteJobRequest` class is used to request the deletion of a job in the Google Cloud Talent V4 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, offering functionalities for message handling, equality comparison, and deep cloning."],["There are multiple versions of `DeleteJobRequest` class, ranging from 1.0.0 to 2.7.0, with the latter being the latest."],["The `DeleteJobRequest` class has two constructors and two properties: `JobName` and `Name`, where `Name` represents the resource name of the job to be deleted."]]],[]]