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."],[[["This page details the `DeleteJobRequest` class, which is used to request the deletion of a job in Google Cloud Dataproc, across multiple versions, with the latest being 5.17.0."],["The `DeleteJobRequest` class is part of the `Google.Cloud.Dataproc.V1` namespace, found within the `Google.Cloud.Dataproc.V1.dll` assembly."],["This class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has constructors, including a default one and another that takes another `DeleteJobRequest` as a parameter to clone it, it also contains three properties: `JobId`, `ProjectId`, and `Region`, all of which are strings and are required to perform a request."]]],[]]