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 latest version available for `DeleteJobRequest` is 2.7.0, with the class itself being part of the `Google.Cloud.Talent.V4` namespace."],["`DeleteJobRequest` is designed for deleting a job and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor `DeleteJobRequest()` and an overloaded constructor `DeleteJobRequest(DeleteJobRequest other)` for creating a copy."],["It includes two properties: `JobName`, which is a typed view over the resource name, and `Name`, which represents the required resource name of the job to be deleted, following a specific format."],["There are many previous versions available to reference such as 2.6.0, 2.5.0, 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0, 1.4.0, 1.3.0, 1.2.0, 1.1.0 and 1.0.0."]]],[]]