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 document outlines 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 implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality and structure within the .NET environment."],["The `DeleteJobRequest` class contains properties such as `JobId`, `ProjectId`, and `Region`, each being a required `string` to specify the job to be deleted, the associated project, and the region where it is located."],["There are 23 version of the `DeleteJobRequest` class listed, showcasing a history from version 3.1.0 up to the latest version of 5.17.0."],["This `DeleteJobRequest` class contains two constructors, one being the default and the other to copy an existing `DeleteJobRequest` into a new object."]]],[]]