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."],[[["The `CancelJobRequest` class is used to request the cancellation of a job in Google Cloud Dataproc."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message management."],["The class has constructors that allow creating new `CancelJobRequest` objects, either empty or based on an existing request object, and it's part of the `Google.Cloud.Dataproc.V1` namespace."],["The `CancelJobRequest` class includes properties such as `JobId`, `ProjectId`, and `Region`, which are all required fields for uniquely identifying and locating the job to be cancelled."],["The most recent version available of the class is 5.17.0, and it's inherited from the base Object class."]]],[]]