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 the `DeleteJobRequest` is 2.7.0, as part of the Google Cloud Talent V4 library."],["`DeleteJobRequest` is a class used to represent a request to delete a job, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes properties such as `JobName` and `Name`, the latter which requires a string representing the resource name of the job to be deleted, formatted as \"projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}\"."],["The `DeleteJobRequest` class has two constructors: a default one, and another that takes another `DeleteJobRequest` object as parameter."],["The class inherits members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from the `Object` class."]]],[]]