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 request the deletion of a job in Google Cloud Dataproc, and it is part of the `Google.Cloud.Dataproc.V1` namespace."],["This class has a `latest` version 5.17.0, and can be found across many previous versions, down to 3.1.0."],["It implements several interfaces, including `IMessage`, `IEquatable\u003cDeleteJobRequest\u003e`, `IDeepCloneable\u003cDeleteJobRequest\u003e`, and `IBufferMessage`."],["The `DeleteJobRequest` class has properties for `JobId`, `ProjectId`, and `Region`, all of which are required and of string type, for specifying the job to be deleted."],["It has 2 constructors: `DeleteJobRequest()` and `DeleteJobRequest(DeleteJobRequest other)`, which allows for creating an instance or a copy of an instance of the class."]]],[]]