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-09 UTC."],[[["The latest version available for the `DeleteJobRequest` is 2.7.0, as listed at the top of the version list."],["`DeleteJobRequest` is a class used for initiating the deletion of a job and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a constructor which allows creating a new `DeleteJobRequest` and an alternate one which allows creating a `DeleteJobRequest` from an existing one, called `other`."],["The class 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."],["This `DeleteJobRequest` is contained within the `Google.Cloud.Talent.V4` namespace, specifically in the `Google.Cloud.Talent.V4.dll` assembly."]]],[]]