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, version 3.3.0."],["The `DeleteJobRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `DeleteJobRequest` class has constructors for creating new instances, as well as three properties: `JobId`, `ProjectId`, and `Region`, all of which are of string type."],["The latest version available for the `DeleteJobRequest` class is 5.17.0, with multiple prior versions ranging down to 3.1.0 listed for reference."],["The class is located in the `Google.Cloud.Dataproc.V1` namespace within the `Google.Cloud.Dataproc.V1.dll` assembly."]]],[]]