public sealed class CancelJobRequest : IMessage<CancelJobRequest>, IEquatable<CancelJobRequest>, IDeepCloneable<CancelJobRequest>, 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 webpage details the `CancelJobRequest` class within the `Google.Cloud.Dataproc.V1` namespace, specifically version 3.4.0."],["The `CancelJobRequest` class is used to submit a request to cancel a job in Google Cloud Dataproc, and it inherits from Object while also implementing several interfaces."],["This resource lists all the versions of the `CancelJobRequest` class available, starting from the latest 5.17.0 version and going all the way down to version 3.1.0, totaling 23 versions."],["The `CancelJobRequest` class has two constructors, a default one and one that accepts another `CancelJobRequest` object as a parameter, in addition to three required properties, `JobId`, `ProjectId`, and `Region`."],["`CancelJobRequest` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` that provide useful methods to compare, clone, and use the object."]]],[]]