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."],[[["This webpage details the `DeleteJobRequest` class, which is used to request the deletion of a job in the Google Cloud Talent V4 API."],["The latest version of this class is 2.7.0, with multiple prior versions available, including the present version, 1.3.0, which this documentation specifically covers."],["The `DeleteJobRequest` class inherits from `Object` and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties such as `JobName` and `Name`, with `Name` being a required string representing the resource name of the job to be deleted, formatted as \"projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}\"."],["The class has two constructors: a default constructor and another that takes an existing `DeleteJobRequest` object as a parameter for cloning purposes."]]],[]]