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-25 UTC."],[[["This page details the `CancelJobRequest` class, which is used to cancel task jobs within the Google Cloud Dataplex V1 API."],["The latest version of the `CancelJobRequest` API available is 3.6.0, with versions ranging down to 1.0.0 also listed."],["The `CancelJobRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["Key properties of `CancelJobRequest` include `JobName`, which provides a typed view over the resource name, and `Name`, a string that specifies the resource name of the job to be canceled."],["The object in the page has two constructors: one that doesn't take any parameters, and one that takes in a CancelJobRequest object."]]],[]]