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 webpage provides documentation for the `CancelJobRequest` class within the `Google.Cloud.Dataplex.V1` namespace in the .NET environment."],["The `CancelJobRequest` class, part of the Google Cloud Dataplex API, is used to request the cancellation of task jobs."],["The latest version of this class is 3.6.0, with several older versions available, ranging from 3.5.0 to 1.0.0."],["`CancelJobRequest` implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The `CancelJobRequest` class has properties such as `JobName` and `Name`, with `Name` being a required string that represents the resource name of the job to be cancelled."]]],[]]