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 page details the `CancelJobRequest` class within the `Google.Cloud.Dataproc.V1` namespace, specifically version 3.3.0."],["The `CancelJobRequest` class is used to create requests to cancel a job, inheriting from Object and implementing multiple interfaces like `IMessage` and `IEquatable`."],["The latest version available for the `CancelJobRequest` class is 5.17.0, and the page also lists prior versions, including all minor versions from 5.0.0 up to 5.16.0 as well as several 3.x and 4.x versions."],["`CancelJobRequest` class contains public properties like `JobId`, `ProjectId`, and `Region`, which are all strings and required fields for the request."],["The webpage provides two constructors for `CancelJobRequest`, a parameterless one, and one that uses another `CancelJobRequest` as the parameter."]]],[]]