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-03-21 UTC."],[[["The `DeleteJobRequest` class is used to create requests for deleting a job in the Google Cloud Talent V4Beta1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for functionality such as message handling, equality checks, and cloning."],["The `DeleteJobRequest` class includes two constructors: a default constructor and one that accepts another `DeleteJobRequest` object for copying."],["The `Name` property is a required string that holds the resource name of the job to be deleted, specifying the project, tenant, and job IDs."],["The `JobName` property provides a typed view of the job's resource name, represented by the `JobName` type, over the string based `Name` property."]]],[]]